Home
last modified time | relevance | path

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

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