Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp27 const uint32_t current_stop_id = process_sp->GetLastNaturalStopID(); in GetSP() local
28 if (current_stop_id == m_stop_id) in GetSP()
31 m_stop_id = current_stop_id; in GetSP()