HomeSort by relevance Sort by last modified time
    Searched refs:continue_packet (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 1100 StreamString continue_packet; local
2832 const EventDataBytes *continue_packet = EventDataBytes::GetEventDataFromEvent(event_sp.get()); local
    [all...]
GDBRemoteCommunicationClient.cpp 540 // Set the starting continue packet into "continue_packet". This packet
542 std::string continue_packet(payload, packet_length);
551 log->Printf ("GDBRemoteCommunicationClient::%s () sending continue packet: %s", __FUNCTION__, continue_packet.c_str());
552 if (SendPacketNoLock(continue_packet.c_str(), continue_packet.size()) == 0)
561 log->Printf ("GDBRemoteCommunicationClient::%s () WaitForPacket(%s)", __FUNCTION__, continue_packet.c_str());
675 continue_packet.assign(signal_packet, signal_packet_len);
723 continue_packet.assign (1, 'c');
    [all...]

Completed in 191 milliseconds