Home
last modified time | relevance | path

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

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