Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationHistory.cpp30 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket() argument
38 m_packets[idx].packet.data.assign(1, packet_char); in AddPacket()
HDGDBRemoteCommunicationHistory.h38 void AddPacket(char packet_char, GDBRemotePacket::Type type,