DebugServer2
|
This is the complete list of members for ds2::GDBRemote::DebugSessionImplBase, including all inherited members.
_allocations (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_consoleBuffer (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_process (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_programmedSignals (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_resumeSession (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_resumeSessionLock (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_savedRegisters (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_spawner (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
_threadIterationState (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | mutableprotected |
createThreadsStopInfo(Session &session, JSArray &threadsStopInfo) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
DebugSessionImplBase(StringCollection const &args, EnvironmentBlock const &env) (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | |
DebugSessionImplBase(int attachPid) (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | |
DebugSessionImplBase() (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | |
DummySessionDelegateImpl() (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protected |
fetchStopInfoForAllThreads(Session &session, std::vector< StopInfo > &stops, StopInfo &processStop) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
findThread(ProcessThreadId const &ptid) const (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
getGPRSize() const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onAllocateMemory(Session &session, size_t size, uint32_t permissions, Address &address) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onAllowOperations(Session &session, std::map< std::string, bool > const &operations) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onAttach(Session &session, ProcessId pid, AttachMode mode, StopInfo &stop) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onAttach(Session &session, std::string const &name, AttachMode mode, StopInfo &stop) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onComputeCRC(Session &session, Address const &address, size_t length, uint32_t &crc) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onDeallocateMemory(Session &session, Address const &address) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onDetach(Session &session, ProcessId pid, bool stopped) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onDisableASLR(Session &session, bool disable) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onEnableAsynchronousProfiling(Session &session, ProcessThreadId const &ptid, bool enabled, uint32_t interval, uint32_t scanType) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onEnableBTSTracing(Session &session, bool enable) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onEnableControlAgent(Session &session, bool enable) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onEnableExtendedMode(Session &session) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onExecuteCommand(Session &session, std::string const &command) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onExecuteProgram(Session &session, std::string const &command, uint32_t timeout, std::string const &workingDirectory, ProgramResult &result) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onExitServer(Session &session) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onFileClose(Session &session, int fd) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileComputeMD5(Session &session, std::string const &path, uint8_t digest[16]) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileCreateDirectory(Session &session, std::string const &path, uint32_t mode) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileExists(Session &session, std::string const &path) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileFstat(Session &session, int fd, ByteVector &buffer) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileGetMode(Session &session, std::string const &path, uint32_t &mode) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileGetSize(Session &session, std::string const &path, uint64_t &size) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileOpen(Session &session, std::string const &path, OpenFlags flags, uint32_t mode, int &fd) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileRead(Session &session, int fd, uint64_t &count, uint64_t offset, ByteVector &buffer) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileReadLink(Session &session, std::string const &path, std::string &resolved) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileRemove(Session &session, std::string const &path) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileSetPermissions(Session &session, std::string const &path, uint32_t mode) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFileWrite(Session &session, int fd, uint64_t offset, ByteVector const &buffer, uint64_t &nwritten) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFlashDone(Session &session) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFlashErase(Session &session, Address const &address, size_t length) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onFlashWrite(Session &session, Address const &address, ByteVector const &data) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onInsertBreakpoint(Session &session, BreakpointType type, Address const &address, uint32_t size, StringCollection const &conditions, StringCollection const &commands, bool persistentCommands) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onInterrupt(Session &session) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onLaunchDebugServer(Session &session, std::string const &host, uint16_t &port, ProcessId &pid) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onNonStopMode(Session &session, bool enable) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onPassSignals(Session &session, std::vector< int > const &signals) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onProgramSignals(Session &session, std::vector< int > const &signals) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryAttached(Session &session, ProcessId pid, bool &attachedProcess) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryCurrentThread(Session &session, ProcessThreadId &ptid) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryFileLoadAddress(Session &session, std::string const &file_path, Address &address) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryGroupName(Session &session, GroupId const &gid, std::string &name) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryHardwareWatchpointCount(Session &session, size_t &count) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryHostInfo(Session &session, HostInfo &info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryLaunchSuccess(Session &session, ProcessId pid) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryMemoryRegionInfo(Session &session, Address const &address, MemoryRegionInfo &info) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryModuleInfo(Session &session, std::string &path, std::string &triple, ModuleInfo &info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryProcessInfo(Session &session, ProcessInfo &info) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryProcessInfoPID(Session &session, ProcessId pid, ProcessInfo &info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryProcessList(Session &session, ProcessInfoMatch const &match, bool first, ProcessInfo &info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryProfileData(Session &session, ProcessThreadId const &ptid, uint32_t scanType, void *data) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryRegisterInfo(Session &session, uint32_t regno, RegisterInfo &info) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQuerySectionOffsets(Session &session, Address &text, Address &data, bool &isSegment) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryServerVersion(Session &session, ServerVersion &version) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQuerySharedLibrariesInfoAddress(Session &session, Address &address) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQuerySharedLibraryInfo(Session &session, std::string const &path, std::string const &triple, SharedLibraryInfo &info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQuerySupported(Session &session, Feature::Collection const &remoteFeatures, Feature::Collection &localFeatures) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQuerySymbol(Session &session, std::string const &name, std::string const &value, std::string &next) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryThreadInfo(Session &session, ProcessThreadId const &ptid, uint32_t mode, void *info) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryThreadList(Session &session, ProcessId pid, ThreadId lastTid, ThreadId &tid) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryThreadStopInfo(Session &session, ProcessThreadId const &ptid, StopInfo &stop) const override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onQueryTIBAddress(Session &session, ProcessThreadId const &ptid, Address &address) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryTLSAddress(Session &session, ProcessThreadId const &ptid, Address const &offset, Address const &linkMap, Address &address) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryUserName(Session &session, UserId const &uid, std::string &name) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onQueryWorkingDirectory(Session &session, std::string &workingDir) const override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onReadGeneralRegisters(Session &session, ProcessThreadId const &ptid, Architecture::GPRegisterValueVector ®s) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onReadMemory(Session &session, Address const &address, size_t length, ByteVector &data) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onReadRegisterValue(Session &session, ProcessThreadId const &ptid, uint32_t regno, std::string &value) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onRemoveBreakpoint(Session &session, BreakpointType type, Address const &address, uint32_t kind) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onReset(Session &session) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onRestart(Session &session, ProcessId pid) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onRestoreRegisters(Session &session, ProcessThreadId const &ptid, uint64_t id) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onResume(Session &session, ThreadResumeAction::Collection const &actions, StopInfo &stop) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onRunAttach(Session &session, std::string const &filename, StringCollection const &arguments, StopInfo &stop) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSaveRegisters(Session &session, ProcessThreadId const &ptid, uint64_t &id) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSearch(Session &session, Address const &address, std::string const &pattern, Address &location) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSearchBackward(Session &session, Address const &address, uint32_t pattern, uint32_t mask, Address &location) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSendInput(Session &session, ByteVector const &buf) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSetArchitecture(Session &session, std::string const &architecture) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSetBaudRate(Session &session, uint32_t speed) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSetEnvironmentVariable(Session &session, std::string const &name, std::string const &value) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSetLogging(Session &session, std::string const &mode, std::string const &filename, StringCollection const &flags) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSetMaxPacketSize(Session &session, size_t size) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSetMaxPayloadSize(Session &session, size_t size) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSetProgramArguments(Session &session, StringCollection const &args) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSetStdFile(Session &session, int fileno, std::string const &path) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onSetWorkingDirectory(Session &session, std::string const &path) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onSynchronizeThreadState(Session &session, ProcessId pid) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onTerminate(Session &session, ProcessThreadId const &ptid, StopInfo &stop) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onThreadIsAlive(Session &session, ProcessThreadId const &ptid) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onToggleDebugFlag(Session &session) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
onWriteGeneralRegisters(Session &session, ProcessThreadId const &ptid, std::vector< uint64_t > const ®s) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onWriteMemory(Session &session, Address const &address, ByteVector const &data, size_t &nwritten) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onWriteRegisterValue(Session &session, ProcessThreadId const &ptid, uint32_t regno, std::string const &value) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onXferRead(Session &session, std::string const &object, std::string const &annex, uint64_t offset, uint64_t length, std::string &buffer, bool &last) override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protectedvirtual |
onXferWrite(Session &session, std::string const &object, std::string const &annex, uint64_t offset, std::string const &buffer, size_t &nwritten) override (defined in ds2::GDBRemote::DummySessionDelegateImpl) | ds2::GDBRemote::DummySessionDelegateImpl | protectedvirtual |
queryStopInfo(Session &session, Target::Thread *thread, StopInfo &stop) const (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
queryStopInfo(Session &session, ProcessThreadId const &ptid, StopInfo &stop) const (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | protected |
~DebugSessionImplBase() override (defined in ds2::GDBRemote::DebugSessionImplBase) | ds2::GDBRemote::DebugSessionImplBase | |
~SessionDelegate()=default (defined in ds2::GDBRemote::SessionDelegate) | ds2::GDBRemote::SessionDelegate | virtual |