Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp89 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()
920m_async_packet.size(), in SendContinuePacketAndWaitForResponse()
DGDBRemoteCommunicationClient.h557 std::string m_async_packet; variable