Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h820 bool EnableAllWatchpoints();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp342 target->EnableAllWatchpoints(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h728 bool EnableAllWatchpoints(bool end_to_end = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1407 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints() function in SBTarget
1413 target_sp->EnableAllWatchpoints(); in EnableAllWatchpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1221 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() function in Target