Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp29 m_enabled(false), m_is_hardware(hardware), m_is_watch_variable(false), in Watchpoint()
101 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable()
103 void Watchpoint::SetWatchVariable(bool val) { m_is_watch_variable = val; } in SetWatchVariable()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h169 bool m_is_watch_variable; // True if set via 'watchpoint set variable'. variable