Searched refs:SendPacketAndWaitForResponse (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 226 if (SendPacketAndWaitForResponse("QStartNoAckMode", response) == in QueryNoAckModeSupported() 243 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response) == in GetListThreadsInStopReplySupported() 256 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response) == in GetVAttachOrWaitSupported() 270 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response) == in GetSyncThreadStateSupported() 387 if (SendPacketAndWaitForResponse(packet.GetString(), response) == in GetRemoteQSupported() 465 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response) == in GetThreadSuffixSupported() 482 if (SendPacketAndWaitForResponse("vCont?", response) == in GetVContSupported() 590 if (SendPacketAndWaitForResponse("jThreadsInfo", response) == in GetThreadsInfo() 606 if (SendPacketAndWaitForResponse("jThreadExtendedInfo:", response) == in GetThreadExtendedInfoSupported() 622 if (SendPacketAndWaitForResponse("QEnableErrorStrings", response) == in EnableErrorStringInPacket() [all …]
|
| H A D | GDBRemoteClientBase.h | 62 PacketResult SendPacketAndWaitForResponse(
|
| H A D | ProcessGDBRemote.cpp | 452 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response) == in BuildDynamicRegisterInfo() 874 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver() 2688 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemory() 2854 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase() 2885 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in FlashDone() 2948 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory() 4032 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetExtendedInfoForThread() 4101 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetLoadedDynamicLibrariesInfos_sender() 4122 if (m_gdb_comm.SendPacketAndWaitForResponse("jGetDyldProcessState", in GetDynamicLoaderProcessState() 4155 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetSharedCacheInfo() [all …]
|
| H A D | GDBRemoteClientBase.cpp | 181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 706 m_gdb_client_up->SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()
|