Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h89 bool IsWatchVariable() const;
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp101 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable() function in Watchpoint