Searched refs:escaped_packet (Results 1 – 1 of 1) sorted by relevance
3381 StreamGDBRemote escaped_packet; in SendStartTracePacket() local3382 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() local3428 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 …]