Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h822 bool DisableAllWatchpoints();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp413 if (target->DisableAllWatchpoints()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h726 bool DisableAllWatchpoints(bool end_to_end = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1419 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1425 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp175 DisableAllWatchpoints(false); in CleanupProcess()
1191 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target