Searched refs:m_async_packet (Results 1 – 2 of 2) sorted by relevance
89 m_async_packet (), in GDBRemoteCommunicationClient()565 m_async_packet.assign(payload, payload_length); in SendPacketAndWaitForResponse()569 log->Printf ("async: async packet = %s", m_async_packet.c_str()); in SendPacketAndWaitForResponse()907 if (m_async_packet.empty()) in SendContinuePacketAndWaitForResponse()919 m_async_result = SendPacketAndWaitForResponse (&m_async_packet[0], in SendContinuePacketAndWaitForResponse()920 … m_async_packet.size(), in SendContinuePacketAndWaitForResponse()
557 std::string m_async_packet; variable