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.cpp212 if (SendPacketAndWaitForResponse("QStartNoAckMode", response) == in QueryNoAckModeSupported()
229 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response) == in GetListThreadsInStopReplySupported()
242 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response) == in GetVAttachOrWaitSupported()
256 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response) == in GetSyncThreadStateSupported()
365 if (SendPacketAndWaitForResponse(packet.GetString(), response) == in GetRemoteQSupported()
437 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response) == in GetThreadSuffixSupported()
454 if (SendPacketAndWaitForResponse("vCont?", response) == in GetVContSupported()
562 if (SendPacketAndWaitForResponse("jThreadsInfo", response) == in GetThreadsInfo()
578 if (SendPacketAndWaitForResponse("jThreadExtendedInfo:", response) == in GetThreadExtendedInfoSupported()
594 if (SendPacketAndWaitForResponse("QEnableErrorStrings", response) == 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()
2586 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemory()
2743 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase()
2773 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in FlashDone()
2834 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory()
3902 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetExtendedInfoForThread()
3971 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetLoadedDynamicLibrariesInfos_sender()
3992 if (m_gdb_comm.SendPacketAndWaitForResponse("jGetDyldProcessState", in GetDynamicLoaderProcessState()
4025 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.cpp712 m_gdb_client_up->SendPacketAndWaitForResponse("jSignalsInfo", response); in GetRemoteUnixSignals()