Searched refs:SendPacketAndWaitForResponse (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 221 if (SendPacketAndWaitForResponse("QStartNoAckMode", response, false) == in QueryNoAckModeSupported() 238 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response, in GetListThreadsInStopReplySupported() 251 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response, in GetVAttachOrWaitSupported() 265 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response, in GetSyncThreadStateSupported() 358 if (SendPacketAndWaitForResponse(packet.GetString(), response, in GetRemoteQSupported() 456 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response, in GetThreadSuffixSupported() 473 if (SendPacketAndWaitForResponse("vCont?", response, false) == in GetVContSupported() 578 if (SendPacketAndWaitForResponse("jThreadsInfo", response, false) == in GetThreadsInfo() 595 if (SendPacketAndWaitForResponse("jThreadExtendedInfo:", response, false) == in GetThreadExtendedInfoSupported() 611 if (SendPacketAndWaitForResponse("QEnableErrorStrings", response, false) == in EnableErrorStringInPacket() [all …]
|
D | GDBRemoteClientBase.h | 44 PacketResult SendPacketAndWaitForResponse(llvm::StringRef payload,
|
D | ProcessGDBRemote.cpp | 464 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, false) == in BuildDynamicRegisterInfo() 1013 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver() 1474 m_gdb_comm.SendPacketAndWaitForResponse("vStopped", response, false); in HandleStopReplySequence() 2547 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy() 2711 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, true) == in DoReadMemory() 2836 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase() 2866 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, true) == in FlashDone() 2926 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory() 4010 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetExtendedInfoForThread() 4083 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetLoadedDynamicLibrariesInfos_sender() [all …]
|
D | GDBRemoteClientBase.cpp | 155 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteClientBaseTest.cpp | 148 client.SendPacketAndWaitForResponse("qTest1", response, !send_async)); in TEST_F() 151 return client.SendPacketAndWaitForResponse("qTest2", async_response, in TEST_F() 264 return client.SendPacketAndWaitForResponse("qTest", async_response, in TEST_F()
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestClient.cpp | 196 PacketResult result = SendPacketAndWaitForResponse(message, response, false); in SendMessage()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 743 auto result = m_gdb_client.SendPacketAndWaitForResponse("jSignalsInfo", in GetRemoteUnixSignals()
|