Searched refs:GDBRemoteCommunicationHistory (Results 1 – 4 of 4) sorted by relevance
21 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) in GDBRemoteCommunicationHistory() function in GDBRemoteCommunicationHistory27 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()
29 class GDBRemoteCommunicationHistory {31 friend llvm::yaml::MappingTraits<GDBRemoteCommunicationHistory>;33 GDBRemoteCommunicationHistory(uint32_t size = 0);35 ~GDBRemoteCommunicationHistory();
152 GDBRemoteCommunicationHistory m_history;
490 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp