Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DWatchpoint.cpp37 m_disabled_count(0), in Watchpoint()
293 m_disabled_count = 0; in TurnOffEphemeralMode()
299 return m_disabled_count > 1; in IsDisabledDuringEphemeralMode()
310 ++m_disabled_count; in SetEnabled()
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h217 …uint32_t m_disabled_count; // Keep track of the count that the watchpoint is disabled whil… variable