Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h108 void SetWatchVariable(bool val);
/external/lldb/source/Breakpoint/
DWatchpoint.cpp136 Watchpoint::SetWatchVariable(bool val) in SetWatchVariable() function in Watchpoint
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1087 wp->SetWatchVariable(true); in DoExecute()