| CreateBreakpoint(BreakpointType type, ULONGLONG Address, unsigned kind, OUT INT_PTR *pCookie) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| ExecuteRemoteCommand(const std::string &command, std::string &output) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| GetDynamicLibraryList(std::vector< DynamicLibraryRecord > &libraries) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| GetFLASHProgrammer() | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| GetLastStopRecord(TargetStopRecord *pRec)=0 | GDBServerFoundation::ISyncGDBTarget | pure virtual |
| GetRegisterList()=0 | GDBServerFoundation::IStoppedGDBTarget | pure virtual |
| GetThreadList(std::vector< ThreadRecord > &threads) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| ReadFrameRelatedRegisters(int threadID, RegisterSetContainer ®isters) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| ReadTargetMemory(ULONGLONG Address, void *pBuffer, size_t *pSizeInBytes)=0 | GDBServerFoundation::IStoppedGDBTarget | pure virtual |
| ReadTargetRegisters(int threadID, RegisterSetContainer ®isters)=0 | GDBServerFoundation::IStoppedGDBTarget | pure virtual |
| RemoveBreakpoint(BreakpointType type, ULONGLONG Address, INT_PTR Cookie) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| ResumeAndWait(int threadID)=0 | GDBServerFoundation::ISyncGDBTarget | pure virtual |
| SendBreakInRequestAsync()=0 | GDBServerFoundation::ISyncGDBTarget | pure virtual |
| SetThreadModeForNextCont(int threadID, DebugThreadMode mode, OUT bool *pNeedRestoreCall, IN OUT INT_PTR *pRestoreCookie) | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| Step(int threadID)=0 | GDBServerFoundation::ISyncGDBTarget | pure virtual |
| Terminate() | GDBServerFoundation::MinimalTargetBase | inlinevirtual |
| WriteTargetMemory(ULONGLONG Address, const void *pBuffer, size_t sizeInBytes)=0 | GDBServerFoundation::IStoppedGDBTarget | pure virtual |
| WriteTargetRegisters(int threadID, const RegisterSetContainer ®isters)=0 | GDBServerFoundation::IStoppedGDBTarget | pure virtual |
| ~IStoppedGDBTarget() | GDBServerFoundation::IStoppedGDBTarget | inlinevirtual |