Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp67 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
86 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
DGDBRemoteCommunicationHistory.h51 uint32_t GetFirstSavedPacketIndex() const { in GetFirstSavedPacketIndex() function