Home
last modified time | relevance | path

Searched refs:GetFirstSavedPacketIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp61 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
80 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
H A DGDBRemoteCommunicationHistory.h42 uint32_t GetFirstSavedPacketIndex() const { in GetFirstSavedPacketIndex() function