Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h89 bool IsWatchVariable() const;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp104 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable() function in Watchpoint