Lines Matching refs:GDBRemoteCommunicationClient
56 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
111 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
116 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
146 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
153 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
160 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
167 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
174 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
181 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
188 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
195 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
202 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
209 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
233 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
246 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
260 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
274 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
337 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
452 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
464 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
524 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
552 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
558 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported()
571 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
591 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
605 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
620 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
635 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
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()
759 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
778 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket()
828 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
837 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
895 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
912 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
940 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
945 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion()
950 bool GDBRemoteCommunicationClient::GetOSBuildString(std::string &s) { in GetOSBuildString()
961 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription()
972 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
983 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
990 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
996 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1027 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1105 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1113 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1119 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1148 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1339 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()
1357 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1371 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1377 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1383 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1409 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1431 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped) { in Detach()
1471 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1605 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1620 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1709 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo()
1748 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1757 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction( in GetWatchpointsTriggerAfterInstruction()
1782 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1802 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1822 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1842 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1858 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1878 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1896 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1914 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
2011 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2033 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2166 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2261 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2288 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2315 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) { in SetNonStopMode()
2365 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2489 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2510 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2555 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2594 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2607 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread()
2642 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid) { in SetCurrentThreadForRun()
2678 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2686 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2709 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2769 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2821 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2830 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2883 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
2905 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
2945 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
2966 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
2979 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
2996 void GDBRemoteCommunicationClient::AutoCompleteDiskFileOrDirectory( in AutoCompleteDiskFileOrDirectory()
3022 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3057 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3090 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3122 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3156 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3188 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3207 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3229 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3255 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3271 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3286 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3301 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3315 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3340 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3363 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3376 GDBRemoteCommunicationClient::SendStartTracePacket(const TraceOptions &options, in SendStartTracePacket()
3419 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid, in SendStopTracePacket()
3455 Status GDBRemoteCommunicationClient::SendGetDataPacket( in SendGetDataPacket()
3464 Status GDBRemoteCommunicationClient::SendGetMetaDataPacket( in SendGetMetaDataPacket()
3474 GDBRemoteCommunicationClient::SendGetSupportedTraceType() { in SendGetSupportedTraceType()
3503 GDBRemoteCommunicationClient::SendGetTraceConfigPacket(lldb::user_id_t uid, in SendGetTraceConfigPacket()
3573 Status GDBRemoteCommunicationClient::SendGetTraceDataPacket( in SendGetTraceDataPacket()
3611 llvm::Optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3651 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3751 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3810 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature()
3913 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
4043 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
4090 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
4110 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4162 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()