Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h853 bool DisableAllWatchpoints();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp375 if (target->DisableAllWatchpoints()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1392 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1400 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h827 bool DisableAllWatchpoints(bool end_to_end = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp187 DisableAllWatchpoints(false); in CleanupProcess()
1253 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59945 result = (bool)(arg1)->DisableAllWatchpoints(); in _wrap_SBTarget_DisableAllWatchpoints()