Searched refs:send_async (Results 1 – 3 of 3) sorted by relevance
54 bool send_async);60 bool send_async);
1926 bool send_async = true; in DoDestroy() local1929 if (m_gdb_comm.SendPacketAndWaitForResponse("k", 1, response, send_async)) in DoDestroy()3171 bool send_async = true; in DoExecute() local3173 … process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute()3230 bool send_async = true; in DoExecute() local3232 process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute()
296 bool send_async in SendPacketAndWaitForResponse() argument302 send_async); in SendPacketAndWaitForResponse()311 bool send_async in SendPacketAndWaitForResponse() argument329 if (send_async) in SendPacketAndWaitForResponse()