Home
last modified time | relevance | path

Searched defs:m_ignore_count (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h187 uint32_t m_ignore_count; // Number of times to ignore this watchpoint variable
H A DBreakpointOptions.h389 uint32_t m_ignore_count; variable
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp613 uint32_t m_ignore_count = 0; member in CommandObjectWatchpointIgnore::CommandOptions