Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h90 void SetWatchVariable(bool val);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp106 void Watchpoint::SetWatchVariable(bool val) { m_is_watch_variable = val; } in SetWatchVariable() function in Watchpoint
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp957 wp->SetWatchVariable(true); in DoExecute()