Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DWatchpoint.cpp35 m_is_watch_variable(false), in Watchpoint()
132 return m_is_watch_variable; in IsWatchVariable()
138 m_is_watch_variable = val; in SetWatchVariable()
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h213 bool m_is_watch_variable; // True if set via 'watchpoint set variable'. variable