Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationHistory.cpp20 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) in GDBRemoteCommunicationHistory() function in GDBRemoteCommunicationHistory
26 GDBRemoteCommunicationHistory::~GDBRemoteCommunicationHistory() = default;
28 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket()
43 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket()
59 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { in Dump()
74 void GDBRemoteCommunicationHistory::Dump(Log *log) const { in Dump()
HDGDBRemoteCommunicationHistory.h24 class GDBRemoteCommunicationHistory {
26 GDBRemoteCommunicationHistory(uint32_t size = 0);
28 ~GDBRemoteCommunicationHistory();
HDGDBRemoteCommunication.h173 GDBRemoteCommunicationHistory m_history;
/freebsd-13-stable/lib/clang/liblldb/
HDMakefile539 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp