Home
last modified time | relevance | path

Searched refs:SendPacketAndWaitForResponse (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp214 if (SendPacketAndWaitForResponse("QStartNoAckMode", response) == in QueryNoAckModeSupported()
231 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response) == in GetListThreadsInStopReplySupported()
244 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response) == in GetVAttachOrWaitSupported()
258 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response) == in GetSyncThreadStateSupported()
370 if (SendPacketAndWaitForResponse(packet.GetString(), response) == in GetRemoteQSupported()
442 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response) == in GetThreadSuffixSupported()
459 if (SendPacketAndWaitForResponse("vCont?", response) == in GetVContSupported()
567 if (SendPacketAndWaitForResponse("jThreadsInfo", response) == in GetThreadsInfo()
583 if (SendPacketAndWaitForResponse("jThreadExtendedInfo:", response) == in GetThreadExtendedInfoSupported()
599 if (SendPacketAndWaitForResponse("QEnableErrorString in EnableErrorStringInPacket()
[all...]
H A DGDBRemoteClientBase.h57 PacketResult SendPacketAndWaitForResponse(
H A DProcessGDBRemote.cpp442 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response) == in BuildDynamicRegisterInfo()
864 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver()
2632 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemoryTags()
2793 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response,
2824 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in DoWriteMemory()
2887 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoAllocateMemory()
3960 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetLoadedDynamicLibrariesInfos_sender()
4029 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetSharedCacheInfo()
4050 if (m_gdb_comm.SendPacketAndWaitForResponse("jGetDyldProcessState",
4083 if (m_gdb_comm.SendPacketAndWaitForResponse(packe in GetMaxMemorySize()
[all...]
H A DGDBRemoteClientBase.cpp181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp153 client.SendPacketAndWaitForResponse("qTest1", response)); in TEST_F()
156 return client.SendPacketAndWaitForResponse("qTest2", async_response, in TEST_F()
268 return client.SendPacketAndWaitForResponse("qTest", async_response); in TEST_F()
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp210 PacketResult result = SendPacketAndWaitForResponse(message, response); in SendMessage()
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp710 m_gdb_client_up->SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()