Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp226 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 DGDBRemoteClientBase.h62 PacketResult SendPacketAndWaitForResponse(
H A DProcessGDBRemote.cpp452 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 DGDBRemoteClientBase.cpp181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse() function in GDBRemoteClientBase
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp706 m_gdb_client_up->SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()