Home
last modified time | relevance | path

Searched refs:GetPacketAndSendResponse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h42 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout,
H A DGDBRemoteCommunicationServer.cpp44 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse() function in GDBRemoteCommunicationServer
H A DGDBRemoteCommunicationServerLLGS.cpp1160 const PacketResult result = GetPacketAndSendResponse( in DataAvailableCallback()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp371 if (platform.GetPacketAndSendResponse(std::nullopt, error, interrupt, in main_platform()