Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt25 GDBRemoteCommunicationHistory.cpp
H A DGDBRemoteCommunication.h177 GDBRemoteCommunicationHistory m_history;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn38 "GDBRemoteCommunicationHistory.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4309 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h