Lines Matching refs:GDBRemoteCommunicationClient
57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
75 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
80 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
110 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
117 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
124 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
131 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
138 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
145 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
152 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
159 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
166 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
173 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
197 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
210 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
224 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
238 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
303 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
384 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
396 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
456 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
484 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
490 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
503 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
523 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
537 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
552 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
566 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
580 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported()
587 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags()
631 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
649 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
664 GDBRemoteCommunicationClient::PacketResult
665 GDBRemoteCommunicationClient::SendPacketsAndConcatenateResponses( in SendPacketsAndConcatenateResponses()
712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
761 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
780 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket()
830 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
839 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
897 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
914 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
942 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
947 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
952 bool GDBRemoteCommunicationClient::GetOSBuildString(std::string &s) { in GetOSBuildString()
963 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription()
974 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
985 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
992 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
998 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1029 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1107 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1115 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1121 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1164 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1363 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()
1381 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1395 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1401 uint32_t GDBRemoteCommunicationClient::GetAddressingBits() { in GetAddressingBits()
1406 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1412 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1438 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1460 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped) { in Detach()
1498 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1653 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1668 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1757 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo()
1796 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1805 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction( in GetWatchpointsTriggerAfterInstruction()
1830 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1850 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1870 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1890 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1906 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1926 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1943 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1960 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2057 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2079 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2212 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2307 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2334 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2361 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) { in SetNonStopMode()
2410 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2534 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2555 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2600 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2639 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2653 GDBRemoteCommunicationClient::SendSetCurrentThreadPacket(uint64_t tid, in SendSetCurrentThreadPacket()
2687 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread()
2702 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid, in SetCurrentThreadForRun()
2717 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2724 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2747 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2809 GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs( in GetCurrentProcessAndThreadIDs()
2862 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2883 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2892 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2945 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
2966 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
3005 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
3026 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
3039 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
3056 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3082 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3117 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3150 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3182 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3216 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3248 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3267 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3289 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3315 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3331 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3346 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3360 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3373 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3398 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3421 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3434 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported()
3459 GDBRemoteCommunicationClient::SendTraceStop(const TraceStopRequest &request, in SendTraceStop()
3494 GDBRemoteCommunicationClient::SendTraceStart(const llvm::json::Value ¶ms, in SendTraceStart()
3529 GDBRemoteCommunicationClient::SendTraceGetState(llvm::StringRef type, in SendTraceGetState()
3563 GDBRemoteCommunicationClient::SendTraceGetBinaryData( in SendTraceGetBinaryData()
3597 llvm::Optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3637 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3737 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3796 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature()
3899 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4029 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4075 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4095 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4145 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()