Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.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()
H A DGDBRemoteCommunicationHistory.h24 class GDBRemoteCommunicationHistory {
26 GDBRemoteCommunicationHistory(uint32_t size = 0);
28 ~GDBRemoteCommunicationHistory();
H A DGDBRemoteCommunication.h173 GDBRemoteCommunicationHistory m_history;
/src/lib/clang/liblldb/
H A DMakefile554 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp