Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp30 m_enabled(false), m_is_hardware(hardware), m_is_watch_variable(false), in Watchpoint()
104 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable()
106 void Watchpoint::SetWatchVariable(bool val) { m_is_watch_variable = val; } in SetWatchVariable()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h172 bool m_is_watch_variable; // True if set via 'watchpoint set variable'. variable