Lines Matching refs:GDBRemoteCommunicationClient
57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
77 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
82 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
121 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
128 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
135 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
142 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
149 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
156 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
163 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
170 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
177 bool GDBRemoteCommunicationClient::GetQXferSigInfoReadSupported() { in GetQXferSigInfoReadSupported()
184 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
191 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
215 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
228 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
242 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
256 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
324 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
411 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
423 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
483 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
510 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
516 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
529 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported()
533 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
553 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
567 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
582 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
596 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
610 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported()
617 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags()
661 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
679 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
694 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
743 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
767 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket()
847 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
856 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
923 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
940 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
968 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
973 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
978 llvm::Optional<std::string> GDBRemoteCommunicationClient::GetOSBuildString() { in GetOSBuildString()
987 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription()
995 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
1006 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
1013 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
1019 bool GDBRemoteCommunicationClient::GetProcessStandaloneBinary( in GetProcessStandaloneBinary()
1036 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1067 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1144 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1152 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1158 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1201 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1400 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1414 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1420 uint32_t GDBRemoteCommunicationClient::GetAddressingBits() { in GetAddressingBits()
1425 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1431 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1457 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1479 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach()
1530 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1689 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1704 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1789 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo()
1828 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1837 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction( in GetWatchpointsTriggerAfterInstruction()
1862 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1882 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1902 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1922 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1938 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1958 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1975 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1992 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2089 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2111 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2261 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2356 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2383 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2441 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()
2631 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2670 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2684 GDBRemoteCommunicationClient::SendSetCurrentThreadPacket(uint64_t tid, in SendSetCurrentThreadPacket()
2718 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread()
2733 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid, in SetCurrentThreadForRun()
2748 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2755 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2778 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2840 GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs( in GetCurrentProcessAndThreadIDs()
2896 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2917 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2926 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2979 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
3000 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
3050 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
3071 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
3084 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat()
3108 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat()
3119 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
3145 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3171 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3219 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3259 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3291 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3325 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3357 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3388 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3410 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3436 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3452 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3467 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3481 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3494 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3519 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3542 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3555 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported()
3580 GDBRemoteCommunicationClient::SendTraceStop(const TraceStopRequest &request, in SendTraceStop()
3615 GDBRemoteCommunicationClient::SendTraceStart(const llvm::json::Value ¶ms, in SendTraceStart()
3650 GDBRemoteCommunicationClient::SendTraceGetState(llvm::StringRef type, in SendTraceGetState()
3684 GDBRemoteCommunicationClient::SendTraceGetBinaryData( in SendTraceGetBinaryData()
3715 llvm::Optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3755 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3855 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3914 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature()
4008 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4137 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4183 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4203 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4253 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()
4258 bool GDBRemoteCommunicationClient::UsesNativeSignals() { in UsesNativeSignals()
4269 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess()