Searched refs:SendPacketAndWaitForResponse (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 405 if (SendPacketAndWaitForResponse("vCont?", response) == in GetVContSupported() 655 if (SendPacketAndWaitForResponse(packet, response) == in GetxPacketSupported() 1371 if (SendPacketAndWaitForResponse(packet, response) == in SendAttach() 1425 if (SendPacketAndWaitForResponse(packet, response) == in AllocateMemory() 1447 if (SendPacketAndWaitForResponse(packet, response) == in DeallocateMemory() 1471 if (SendPacketAndWaitForResponse(packet, response) == in Detach() 1511 if (SendPacketAndWaitForResponse(packet, response) == in GetMemoryRegionInfo() 2068 if (SendPacketAndWaitForResponse(packet, response) == in GetProcessInfo() 2316 if (SendPacketAndWaitForResponse(packet, response) == in GetUserName() 2343 if (SendPacketAndWaitForResponse(packet, response) == in GetGroupName() [all …]
|
| H A D | GDBRemoteClientBase.h | 53 PacketResult SendPacketAndWaitForResponse(
|
| H A D | ProcessGDBRemote.cpp | 470 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response) == in BuildDynamicRegisterInfo() 1019 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver() 1478 m_gdb_comm.SendPacketAndWaitForResponse("vStopped", response); in HandleStopReplySequence() 2573 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, in DoDestroy() 2738 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemory() 2895 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase() 2925 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in FlashDone() 2986 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory() 4089 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetExtendedInfoForThread() 4960 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) != in GetFileLoadAddress() [all …]
|
| H A D | GDBRemoteClientBase.cpp | 182 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 744 m_gdb_client.SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()
|