Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp31 m_is_ephemeral(false), m_disabled_count(0), m_watch_read(0), in Watchpoint()
234 m_disabled_count = 0; in TurnOffEphemeralMode()
238 return m_disabled_count > 1 && m_is_ephemeral; in IsDisabledDuringEphemeralMode()
246 ++m_disabled_count; in SetEnabled()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DWatchpoint.h177 uint32_t m_disabled_count; // Keep track of the count that the watchpoint is variable