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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp35 m_is_watch_variable(false),
132 return m_is_watch_variable;
138 m_is_watch_variable = val;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h213 bool m_is_watch_variable; // True if set via 'watchpoint set variable'. member in class:lldb_private::Watchpoint

Completed in 48 milliseconds