Lines Matching refs:GDBRemoteCommunicationClient

59 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient()  in GDBRemoteCommunicationClient()  function in GDBRemoteCommunicationClient
79 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
84 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
123 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
130 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
137 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
144 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
151 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
158 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
165 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
172 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
179 bool GDBRemoteCommunicationClient::GetQXferSigInfoReadSupported() { in GetQXferSigInfoReadSupported()
186 bool GDBRemoteCommunicationClient::GetMultiprocessSupported() { in GetMultiprocessSupported()
192 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
199 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
223 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
236 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
250 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
264 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
333 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
420 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
432 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
492 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
519 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
525 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
538 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported()
542 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
561 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
575 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
590 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
604 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
618 bool GDBRemoteCommunicationClient::GetDynamicLoaderProcessStateSupported() { in GetDynamicLoaderProcessStateSupported()
631 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported()
638 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags()
682 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
700 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
715 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
764 llvm::Error GDBRemoteCommunicationClient::LaunchProcess(const Args &args) { in LaunchProcess()
829 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
842 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
909 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
926 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
954 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
959 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
964 std::optional<std::string> GDBRemoteCommunicationClient::GetOSBuildString() { in GetOSBuildString()
973 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription()
981 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
992 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
999 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
1005 bool GDBRemoteCommunicationClient::GetProcessStandaloneBinary( in GetProcessStandaloneBinary()
1023 GDBRemoteCommunicationClient::GetProcessStandaloneBinaries() { in GetProcessStandaloneBinaries()
1029 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1060 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1137 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1145 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1151 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1195 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1398 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1412 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1418 AddressableBits GDBRemoteCommunicationClient::GetAddressableBits() { in GetAddressableBits()
1431 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1437 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1463 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1485 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach()
1536 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1701 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1716 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1801 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount()
1831 std::optional<bool> GDBRemoteCommunicationClient::GetWatchpointReportedAfter() { in GetWatchpointReportedAfter()
1848 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1868 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1888 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1908 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1924 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1944 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1961 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1978 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2075 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2097 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2256 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2351 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2378 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2438 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2565 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2634 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2675 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2688 std::optional<PidTid> GDBRemoteCommunicationClient::SendSetCurrentThreadPacket( in SendSetCurrentThreadPacket()
2721 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread()
2736 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid, in SetCurrentThreadForRun()
2751 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2758 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2781 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2843 GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs( in GetCurrentProcessAndThreadIDs()
2899 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2920 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2929 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2982 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
3003 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
3053 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
3074 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
3087 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat()
3111 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat()
3122 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
3148 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3174 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3222 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3262 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3294 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3328 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3360 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3391 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3413 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3439 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3455 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3470 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3484 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3497 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3522 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3545 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3558 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported()
3583 GDBRemoteCommunicationClient::SendTraceStop(const TraceStopRequest &request, in SendTraceStop()
3618 GDBRemoteCommunicationClient::SendTraceStart(const llvm::json::Value &params, in SendTraceStart()
3653 GDBRemoteCommunicationClient::SendTraceGetState(llvm::StringRef type, in SendTraceGetState()
3687 GDBRemoteCommunicationClient::SendTraceGetBinaryData( in SendTraceGetBinaryData()
3718 std::optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3758 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3858 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3917 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature()
4011 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4133 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4179 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4199 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4248 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()
4253 bool GDBRemoteCommunicationClient::UsesNativeSignals() { in UsesNativeSignals()
4264 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess()