Lines Matching refs:GDBRemoteCommunicationClient
53 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
110 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
115 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
145 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
152 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
159 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
166 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
173 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
180 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
187 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
194 bool GDBRemoteCommunicationClient::GetQXferMemoryMapReadSupported() { in GetQXferMemoryMapReadSupported()
201 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize()
208 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported()
232 void GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported() { in GetListThreadsInStopReplySupported()
245 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported()
259 bool GDBRemoteCommunicationClient::GetSyncThreadStateSupported() { in GetSyncThreadStateSupported()
273 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings()
336 void GDBRemoteCommunicationClient::GetRemoteQSupported() { in GetRemoteQSupported()
452 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported()
464 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported()
524 GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse( in SendThreadSpecificPacketAndWaitForResponse()
551 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported()
567 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo()
586 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported()
600 void GDBRemoteCommunicationClient::EnableErrorStringInPacket() { in EnableErrorStringInPacket()
615 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported()
630 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported()
644 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported()
659 GDBRemoteCommunicationClient::PacketResult
660 GDBRemoteCommunicationClient::SendPacketsAndConcatenateResponses( in SendPacketsAndConcatenateResponses()
707 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID()
754 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
773 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket()
823 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment()
832 int GDBRemoteCommunicationClient::SendEnvironmentPacket( in SendEnvironmentPacket()
890 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket()
907 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket()
935 llvm::VersionTuple GDBRemoteCommunicationClient::GetOSVersion() { in GetOSVersion()
940 bool GDBRemoteCommunicationClient::GetOSBuildString(std::string &s) { in GetOSBuildString()
951 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription()
962 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname()
973 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture()
980 GDBRemoteCommunicationClient::GetProcessArchitecture() { in GetProcessArchitecture()
986 bool GDBRemoteCommunicationClient::GetGDBServerVersion() { in GetGDBServerVersion()
1017 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression()
1095 const char *GDBRemoteCommunicationClient::GetGDBServerProgramName() { in GetGDBServerProgramName()
1103 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion()
1109 bool GDBRemoteCommunicationClient::GetDefaultThreadId(lldb::tid_t &tid) { in GetDefaultThreadId()
1124 bool GDBRemoteCommunicationClient::GetHostInfo(bool force) { in GetHostInfo()
1307 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()
1325 int GDBRemoteCommunicationClient::SendStdinNotification(const char *data, in SendStdinNotification()
1339 GDBRemoteCommunicationClient::GetHostArchitecture() { in GetHostArchitecture()
1345 seconds GDBRemoteCommunicationClient::GetHostDefaultPacketTimeout() { in GetHostDefaultPacketTimeout()
1351 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory()
1377 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory()
1399 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped) { in Detach()
1439 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo()
1557 Status GDBRemoteCommunicationClient::GetQXferMemoryMapRegionInfo( in GetQXferMemoryMapRegionInfo()
1572 Status GDBRemoteCommunicationClient::LoadQXferMemoryMap() { in LoadQXferMemoryMap()
1661 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo()
1705 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1714 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction( in GetWatchpointsTriggerAfterInstruction()
1745 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1765 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1785 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
1805 bool GDBRemoteCommunicationClient::GetWorkingDir(FileSpec &working_dir) { in GetWorkingDir()
1821 int GDBRemoteCommunicationClient::SetWorkingDir(const FileSpec &working_dir) { in SetWorkingDir()
1841 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR()
1859 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError()
1877 bool GDBRemoteCommunicationClient::DecodeProcessInfoResponse( in DecodeProcessInfoResponse()
1954 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
1976 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo()
2103 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses()
2200 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName()
2227 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
2254 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) { in SetNonStopMode()
2304 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed()
2428 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket()
2449 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2494 size_t GDBRemoteCommunicationClient::QueryGDBServer( in QueryGDBServer()
2533 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
2546 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread()
2581 bool GDBRemoteCommunicationClient::SetCurrentThreadForRun(uint64_t tid) { in SetCurrentThreadForRun()
2617 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
2625 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo()
2648 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket()
2709 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs()
2764 lldb::addr_t GDBRemoteCommunicationClient::GetShlibInfoAddr() { in GetShlibInfoAddr()
2773 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand()
2826 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
2848 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
2888 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
2909 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile()
2922 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize()
2940 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
2975 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile()
3008 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile()
3040 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink()
3074 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3106 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3125 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3147 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
3172 DataBufferSP GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, in ReadRegister()
3188 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters()
3203 bool GDBRemoteCommunicationClient::WriteRegister(lldb::tid_t tid, in WriteRegister()
3218 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters()
3232 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState()
3257 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState()
3280 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState()
3293 GDBRemoteCommunicationClient::SendStartTracePacket(const TraceOptions &options, in SendStartTracePacket()
3336 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid, in SendStopTracePacket()
3372 Status GDBRemoteCommunicationClient::SendGetDataPacket( in SendGetDataPacket()
3381 Status GDBRemoteCommunicationClient::SendGetMetaDataPacket( in SendGetMetaDataPacket()
3391 GDBRemoteCommunicationClient::SendGetTraceConfigPacket(lldb::user_id_t uid, in SendGetTraceConfigPacket()
3461 Status GDBRemoteCommunicationClient::SendGetTraceDataPacket( in SendGetTraceDataPacket()
3499 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3600 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
3659 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature()
3762 void GDBRemoteCommunicationClient::ServeSymbolLookups( in ServeSymbolLookups()
3891 GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins() { in GetSupportedStructuredDataPlugins()
3937 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore()
3957 Status GDBRemoteCommunicationClient::ConfigureRemoteStructuredData( in ConfigureRemoteStructuredData()
4009 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent()