Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h219 uint32_t m_ignore_count; // Number of times to ignore this watchpoint variable
H A DBreakpointOptions.h389 uint32_t m_ignore_count; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp582 uint32_t m_ignore_count = 0; member in CommandObjectWatchpointIgnore::CommandOptions