Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h41 bool m_is_active; variable
45 : m_breakpoint_id(0), m_is_active(false) { in InstrumentationRuntime()
62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
86 bool IsActive() const { return m_is_active; } in IsActive()