Lines Matching refs:GDBRemoteCommunicationClient
58 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
78 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
83 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
122 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
129 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
136 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
143 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
150 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
157 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
164 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
171 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
178 bool GDBRemoteCommunicationClient::GetQXferSigInfoReadSupported() { in GetQXferSigInfoReadSupported()
185 bool GDBRemoteCommunicationClient::GetMultiprocessSupported() { in GetMultiprocessSupported()
191 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
198 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
222 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
235 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
249 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
263 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
331 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
418 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
430 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
490 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
517 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
523 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
536 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported()
540 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
560 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
574 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
589 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
603 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
617 bool GDBRemoteCommunicationClient::GetDynamicLoaderProcessStateSupported() { in GetDynamicLoaderProcessStateSupported()
630 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported()
637 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags()
681 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
699 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
714 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
763 llvm::Error GDBRemoteCommunicationClient::LaunchProcess(const Args &args) { in LaunchProcess()
828 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
837 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
904 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
921 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
949 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
954 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
959 std::optional<std::string> GDBRemoteCommunicationClient::GetOSBuildString() { in GetOSBuildString()
968 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription()
976 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
987 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
994 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
1000 bool GDBRemoteCommunicationClient::GetProcessStandaloneBinary( in GetProcessStandaloneBinary()
1018 GDBRemoteCommunicationClient::GetProcessStandaloneBinaries() { in GetProcessStandaloneBinaries()
1024 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1055 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1132 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1140 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1146 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1189 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1388 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1402 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1408 uint32_t GDBRemoteCommunicationClient::GetAddressingBits() { in GetAddressingBits()
1413 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1419 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1445 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1467 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach()
1518 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1683 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1698 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1783 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo()
1822 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1831 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction( in GetWatchpointsTriggerAfterInstruction()
1856 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1876 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1896 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1916 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1932 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1952 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1969 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1986 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2083 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2105 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2264 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2359 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2386 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2446 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2573 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2594 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2639 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2678 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2691 std::optional<PidTid> GDBRemoteCommunicationClient::SendSetCurrentThreadPacket( in SendSetCurrentThreadPacket()
2724 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread()
2739 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid, in SetCurrentThreadForRun()
2754 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2761 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2784 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2846 GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs( in GetCurrentProcessAndThreadIDs()
2902 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2923 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2932 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2985 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
3006 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
3056 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
3077 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
3090 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat()
3114 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat()
3125 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
3151 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3177 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3225 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3265 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3297 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3331 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3363 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3394 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3416 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3442 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3458 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3473 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3487 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3500 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3525 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3548 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3561 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported()
3586 GDBRemoteCommunicationClient::SendTraceStop(const TraceStopRequest &request, in SendTraceStop()
3621 GDBRemoteCommunicationClient::SendTraceStart(const llvm::json::Value ¶ms, in SendTraceStart()
3656 GDBRemoteCommunicationClient::SendTraceGetState(llvm::StringRef type, in SendTraceGetState()
3690 GDBRemoteCommunicationClient::SendTraceGetBinaryData( in SendTraceGetBinaryData()
3721 std::optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3761 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3861 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3920 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature()
4014 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4143 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4189 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4209 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4259 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()
4264 bool GDBRemoteCommunicationClient::UsesNativeSignals() { in UsesNativeSignals()
4275 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess()