Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h233 m_last_natural_stop_id++; in BumpStopID()
250 uint32_t GetLastNaturalStopID() const { return m_last_natural_stop_id; } in GetLastNaturalStopID()
308 if (stop_id == m_last_natural_stop_id) in GetStopEventForStopID()
315 uint32_t m_last_natural_stop_id = 0; variable