Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h90 bool IsWatchVariable() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp92 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable() function in Watchpoint