DebugServer2
Loading...
Searching...
No Matches
ds2::GDBRemote::SessionDelegate Member List

This is the complete list of members for ds2::GDBRemote::SessionDelegate, including all inherited members.

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