Lines Matching refs:GDBRemoteCommunicationClient

60 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient()  in GDBRemoteCommunicationClient()  function in GDBRemoteCommunicationClient
80 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
85 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
124 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
131 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
138 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
145 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
152 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
159 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
166 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
173 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
180 bool GDBRemoteCommunicationClient::GetQXferSigInfoReadSupported() { in GetQXferSigInfoReadSupported()
187 bool GDBRemoteCommunicationClient::GetMultiprocessSupported() { in GetMultiprocessSupported()
193 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
200 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
224 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
237 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
251 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
265 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
334 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
433 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
445 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
505 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
532 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
538 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
551 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported()
555 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
574 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
588 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
603 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
617 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
631 bool GDBRemoteCommunicationClient::GetDynamicLoaderProcessStateSupported() { in GetDynamicLoaderProcessStateSupported()
644 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported()
651 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags()
695 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
713 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
728 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
777 llvm::Error GDBRemoteCommunicationClient::LaunchProcess(const Args &args) { in LaunchProcess()
842 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
855 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
922 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
939 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
967 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
972 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
977 std::optional<std::string> GDBRemoteCommunicationClient::GetOSBuildString() { in GetOSBuildString()
986 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription()
994 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
1005 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
1012 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
1018 bool GDBRemoteCommunicationClient::GetProcessStandaloneBinary( in GetProcessStandaloneBinary()
1036 GDBRemoteCommunicationClient::GetProcessStandaloneBinaries() { in GetProcessStandaloneBinaries()
1042 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1073 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1150 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1158 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1164 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1208 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1411 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1425 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1431 AddressableBits GDBRemoteCommunicationClient::GetAddressableBits() { in GetAddressableBits()
1444 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1450 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1476 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1498 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach()
1549 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1713 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1728 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1813 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount()
1844 GDBRemoteCommunicationClient::GetSupportedWatchpointTypes() { in GetSupportedWatchpointTypes()
1848 std::optional<bool> GDBRemoteCommunicationClient::GetWatchpointReportedAfter() { in GetWatchpointReportedAfter()
1865 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1885 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1905 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1925 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1941 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1961 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1978 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1995 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2092 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2114 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2285 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2380 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2407 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2467 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2594 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2615 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2663 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2704 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2717 std::optional<PidTid> GDBRemoteCommunicationClient::SendSetCurrentThreadPacket( in SendSetCurrentThreadPacket()
2750 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread()
2765 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid, in SetCurrentThreadForRun()
2780 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2787 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2810 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2872 GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs( in GetCurrentProcessAndThreadIDs()
2928 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2949 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2958 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
3011 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
3032 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
3082 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
3103 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
3116 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat()
3140 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat()
3151 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
3177 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3203 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3251 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3291 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3323 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3357 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3389 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3420 llvm::ErrorOr<llvm::MD5::MD5Result> GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3486 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3512 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3528 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3543 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3557 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3570 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3595 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3618 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3631 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported()
3656 GDBRemoteCommunicationClient::SendTraceStop(const TraceStopRequest &request, in SendTraceStop()
3691 GDBRemoteCommunicationClient::SendTraceStart(const llvm::json::Value &params, in SendTraceStart()
3726 GDBRemoteCommunicationClient::SendTraceGetState(llvm::StringRef type, in SendTraceGetState()
3760 GDBRemoteCommunicationClient::SendTraceGetBinaryData( in SendTraceGetBinaryData()
3791 std::optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3831 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3931 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3990 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature()
4084 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4206 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4252 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4272 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4321 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()
4326 bool GDBRemoteCommunicationClient::UsesNativeSignals() { in UsesNativeSignals()
4337 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess()