Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp162 bool send_async) { in SendPacketAndWaitForResponse() argument
163 Lock lock(*this, send_async); in SendPacketAndWaitForResponse()
170 send_async); in SendPacketAndWaitForResponse()
180 bool send_async, in SendPacketAndReceiveResponseWithOutputSupport() argument
182 Lock lock(*this, send_async); in SendPacketAndReceiveResponseWithOutputSupport()
189 send_async); in SendPacketAndReceiveResponseWithOutputSupport()
H A DGDBRemoteClientBase.h49 bool send_async);
53 bool send_async,
H A DGDBRemoteCommunicationClient.h607 StringExtractorGDBRemote &response, bool send_async);
H A DGDBRemoteCommunicationClient.cpp526 bool send_async) { in SendThreadSpecificPacketAndWaitForResponse() argument
527 Lock lock(*this, send_async); in SendThreadSpecificPacketAndWaitForResponse()
3900 const bool send_async = false; in GetSupportedStructuredDataPlugins() local
3902 send_async) == PacketResult::Success) { in GetSupportedStructuredDataPlugins()
3984 const bool send_async = false; in ConfigureRemoteStructuredData() local
3987 SendPacketAndWaitForResponse(stream.GetString(), response, send_async); in ConfigureRemoteStructuredData()
H A DProcessGDBRemote.cpp2618 bool send_async = true; in DoDestroy() local
2622 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy()
5313 bool send_async = true; in DoExecute() local
5316 packet_cstr, response, send_async); in DoExecute()
5365 bool send_async = true; in DoExecute() local
5369 packet.GetString(), response, send_async, in DoExecute()