Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h89 bool IsWatchVariable() const;
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp309 if (watchpoint_sp->IsWatchVariable()) in GetWatchValueKind()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp198 bool Watchpoint::IsWatchVariable() const { return m_is_watch_variable; } in IsWatchVariable() function in Watchpoint