Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp24 yout << const_cast<GDBRemoteCommunicationHistory::Entry &>(*this); in Serialize()
28 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) in GDBRemoteCommunicationHistory() function in GDBRemoteCommunicationHistory
35 GDBRemoteCommunicationHistory::~GDBRemoteCommunicationHistory() {} in ~GDBRemoteCommunicationHistory()
53 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket()
70 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { in Dump()
86 void GDBRemoteCommunicationHistory::Dump(Log *log) const { in Dump()
109 GDBRemoteCommunicationHistory::ePacketTypeInvalid); in enumeration()
123 GDBRemoteCommunicationHistory::Entry::BinaryData &Val) { in input()
128 void yaml::MappingTraits<GDBRemoteCommunicationHistory::Entry>::mapping( in mapping()
129 IO &io, GDBRemoteCommunicationHistory::Entry &Entry) { in mapping()
[all …]
H A DGDBRemoteCommunicationHistory.h25 class GDBRemoteCommunicationHistory {
27 friend llvm::yaml::MappingTraits<GDBRemoteCommunicationHistory>;
59 GDBRemoteCommunicationHistory(uint32_t size = 0);
61 ~GDBRemoteCommunicationHistory();
112 lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::Entry) in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
119 GDBRemoteCommunicationHistory::PacketType> { in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
122 GDBRemoteCommunicationHistory::PacketType &value); in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
127 GDBRemoteCommunicationHistory::Entry::BinaryData> { in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
129 GDBRemoteCommunicationHistory::Entry::BinaryData &, in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
134 lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::Entry:: in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
[all …]
H A DGDBRemoteCommunicationReplayServer.cpp91 GDBRemoteCommunicationHistory::Entry entry = m_packet_history.back(); in GetPacketAndSendResponse()
96 if (entry.type != GDBRemoteCommunicationHistory::ePacketTypeRecv) in GetPacketAndSendResponse()
109 lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::Entry>) in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
H A DGDBRemoteCommunicationReplayServer.h66 std::vector<GDBRemoteCommunicationHistory::Entry> m_packet_history;
H A DGDBRemoteCommunication.h149 GDBRemoteCommunicationHistory m_history;
H A DGDBRemoteCommunication.cpp110 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendAck()
122 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendNack()
186 GDBRemoteCommunicationHistory::ePacketTypeSend, in SendRawPacketNoLock()
822 GDBRemoteCommunicationHistory::ePacketTypeRecv, in CheckForPacket()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile434 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp