Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h54 bool send_async);
60 bool send_async);
DProcessGDBRemote.cpp1926 bool send_async = true; in DoDestroy() local
1929 if (m_gdb_comm.SendPacketAndWaitForResponse("k", 1, response, send_async)) in DoDestroy()
3171 bool send_async = true; in DoExecute() local
3173 … process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute()
3230 bool send_async = true; in DoExecute() local
3232 process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute()
DGDBRemoteCommunicationClient.cpp296 bool send_async in SendPacketAndWaitForResponse() argument
302 send_async); in SendPacketAndWaitForResponse()
311 bool send_async in SendPacketAndWaitForResponse() argument
329 if (send_async) in SendPacketAndWaitForResponse()