Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp62 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
81 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump()
DGDBRemoteCommunicationHistory.h42 uint32_t GetFirstSavedPacketIndex() const { in GetFirstSavedPacketIndex() function