Searched refs:SendPacketAndWaitForResponse (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 210 if (SendPacketAndWaitForResponse("QStartNoAckMode", response) == in QueryNoAckModeSupported() 227 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response) == in GetListThreadsInStopReplySupported() 240 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response) == in GetVAttachOrWaitSupported() 254 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response) == in GetSyncThreadStateSupported() 362 if (SendPacketAndWaitForResponse(packet.GetString(), response) == in GetRemoteQSupported() 422 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response) == in GetThreadSuffixSupported() 439 if (SendPacketAndWaitForResponse("vCont?", response) == in GetVContSupported() 547 if (SendPacketAndWaitForResponse("jThreadsInfo", response) == in GetThreadsInfo() 564 if (SendPacketAndWaitForResponse("jThreadExtendedInfo:", response) == in GetThreadExtendedInfoSupported() 580 if (SendPacketAndWaitForResponse("QEnableErrorStrings", response) == in EnableErrorStringInPacket() [all …]
|
| H A D | GDBRemoteClientBase.h | 57 PacketResult SendPacketAndWaitForResponse(
|
| H A D | ProcessGDBRemote.cpp | 436 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response) == in BuildDynamicRegisterInfo() 858 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver() 2498 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemory() 2655 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase() 2685 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in FlashDone() 2746 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory() 3750 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetExtendedInfoForThread() 3822 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetLoadedDynamicLibrariesInfos_sender() 3844 if (m_gdb_comm.SendPacketAndWaitForResponse("jGetDyldProcessState", in GetDynamicLoaderProcessState() 3878 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetSharedCacheInfo() [all …]
|
| H A D | GDBRemoteClientBase.cpp | 181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 696 m_gdb_client_up->SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()
|