HomeSort by relevance Sort by last modified time
    Searched refs:m_disabled_count (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Breakpoint/
Watchpoint.cpp 37 m_disabled_count(0),
292 // Leaving ephemeral mode, reset the m_disabled_count!
293 m_disabled_count = 0;
299 return m_disabled_count > 1;
310 ++m_disabled_count;
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 217 uint32_t m_disabled_count; // Keep track of the count that the watchpoint is disabled while in ephemeral mode. member in class:lldb_private::Watchpoint

Completed in 27 milliseconds