Home
last modified time | relevance | path

Searched refs:m_packets (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp22 : m_packets(), m_curr_idx(0), m_total_packet_count(0), in GDBRemoteCommunicationHistory()
25 m_packets.resize(size); in GDBRemoteCommunicationHistory()
33 const size_t size = m_packets.size(); in AddPacket()
38 m_packets[idx].packet.data.assign(1, packet_char); in AddPacket()
39 m_packets[idx].type = type; in AddPacket()
40 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
42 m_packets[idx].tid = llvm::get_threadid(); in AddPacket()
44 m_recorder->Record(m_packets[idx]); in AddPacket()
51 const size_t size = m_packets.size(); in AddPacket()
[all …]
DGDBRemoteCommunicationHistory.h52 if (m_total_packet_count < m_packets.size()) in GetFirstSavedPacketIndex()
59 if (m_total_packet_count < m_packets.size()) in GetNumPacketsInHistory()
62 return (uint32_t)m_packets.size(); in GetNumPacketsInHistory()
73 return m_packets.empty() ? 0 : i % m_packets.size(); in NormalizeIndex()
76 std::vector<GDBRemotePacket> m_packets; variable
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection()
45 m_packets->emplace_back(static_cast<const char *>(dst), dst_len); in Write()
51 std::vector<std::string> *m_packets; variable
80 SetConnection(std::make_unique<MockConnection>(m_packets)); in MockServerWithMockConnection()
83 llvm::ArrayRef<std::string> GetPackets() { return m_packets; }; in GetPackets()
85 std::vector<std::string> m_packets; variable
/external/deqp/modules/egl/
DteglColorClearCase.cpp288 , m_packets (packets) in ColorClearThread()
294 …(std::vector<ClearPacket>::const_iterator packetIter = m_packets.begin(); packetIter != m_packets.… in run()
323 const std::vector<ClearPacket>& m_packets; member in deqp::egl::ColorClearThread
DteglRenderTests.cpp885 , m_packets (packets) in RenderTestThread()
891 …std::vector<DrawOpPacket>::const_iterator packetIter = m_packets.begin(); packetIter != m_packets.… in run()
922 const std::vector<DrawOpPacket>& m_packets; member in deqp::egl::RenderTestThread
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.h387 Packet::collection m_packets; variable
DRNBRemote.cpp173 m_qSymbol_index(UINT32_MAX), m_packets_recvd(0), m_packets(), in RNBRemote()
212 std::vector<Packet> &t = m_packets; in CreatePacketTable()
1006 for (it = m_packets.begin(); it != m_packets.end(); ++it) { in GetPacket()
1014 if (it == m_packets.end()) { in GetPacket()
DChangeLog71 packet definition to m_packets.
864 * RNBRemote.cpp (m_packets): Made the vCont functions call
961 to m_packets.