Searched refs:GDBRemoteCommunicationHistory (Results 1 – 7 of 7) sorted by relevance
24 yout << const_cast<GDBRemoteCommunicationHistory::Entry &>(*this); in Serialize()28 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) in GDBRemoteCommunicationHistory() function in GDBRemoteCommunicationHistory35 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 …]
25 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 …]
91 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()
66 std::vector<GDBRemoteCommunicationHistory::Entry> m_packet_history;
149 GDBRemoteCommunicationHistory m_history;
110 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()
434 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp