Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3381 StreamGDBRemote escaped_packet; in SendStartTracePacket() local
3382 escaped_packet.PutCString("jTraceStart:"); in SendStartTracePacket()
3398 escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize()); in SendStartTracePacket()
3401 if (SendPacketAndWaitForResponse(escaped_packet.GetString(), response, in SendStartTracePacket()
3413 escaped_packet.GetData()); in SendStartTracePacket()
3426 StreamGDBRemote escaped_packet; in SendStopTracePacket() local
3428 escaped_packet.PutCString("jTraceStop:"); in SendStopTracePacket()
3437 escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize()); in SendStopTracePacket()
3439 if (SendPacketAndWaitForResponse(escaped_packet.GetString(), response, in SendStopTracePacket()
3449 "failed to send packet: '%s' with error '%d'", escaped_packet.GetData(), in SendStopTracePacket()
[all …]