Home
last modified time | relevance | path

Searched refs:m_async_packet (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp74 m_async_packet (), in GDBRemoteCommunicationClient()
334 m_async_packet.assign(payload, payload_length); in SendPacketAndWaitForResponse()
338 log->Printf ("async: async packet = %s", m_async_packet.c_str()); in SendPacketAndWaitForResponse()
686 if (m_async_packet.empty()) in SendContinuePacketAndWaitForResponse()
697 SendPacketAndWaitForResponse (&m_async_packet[0], in SendContinuePacketAndWaitForResponse()
698 m_async_packet.size(), in SendContinuePacketAndWaitForResponse()
DGDBRemoteCommunicationClient.h404 std::string m_async_packet; variable