Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp21 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) in GDBRemoteCommunicationHistory() function in GDBRemoteCommunicationHistory
27 GDBRemoteCommunicationHistory::~GDBRemoteCommunicationHistory() = default;
29 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket()
46 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket()
64 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { in Dump()
79 void GDBRemoteCommunicationHistory::Dump(Log *log) const { in Dump()
H A DGDBRemoteCommunicationHistory.h29 class GDBRemoteCommunicationHistory {
31 friend llvm::yaml::MappingTraits<GDBRemoteCommunicationHistory>;
33 GDBRemoteCommunicationHistory(uint32_t size = 0);
35 ~GDBRemoteCommunicationHistory();
H A DGDBRemoteCommunication.h152 GDBRemoteCommunicationHistory m_history;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile490 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp