Home
last modified time | relevance | path

Searched refs:EnableAllWatchpoints (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h777 bool EnableAllWatchpoints();
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i855 EnableAllWatchpoints ();
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp317 target->EnableAllWatchpoints(); in DoExecute()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1357 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints() function in SBTarget
1365 target_sp->EnableAllWatchpoints(); in EnableAllWatchpoints()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h794 bool EnableAllWatchpoints(bool end_to_end = true);
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1230 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() function in Target