Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp681 … Log * packet_log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PACKETS)); in SendContinuePacketAndWaitForResponse() local
688 if (packet_log) in SendContinuePacketAndWaitForResponse()
689packet_log->Printf ("async: error: empty async packet"); in SendContinuePacketAndWaitForResponse()
694 if (packet_log) in SendContinuePacketAndWaitForResponse()
695 packet_log->Printf ("async: sending packet"); in SendContinuePacketAndWaitForResponse()
707 if (packet_log) in SendContinuePacketAndWaitForResponse()
708packet_log->Printf ("async: sent packet, continue_after_async = %i", continue_after_async); in SendContinuePacketAndWaitForResponse()