Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h853 bool DisableAllWatchpoints();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp375 if (target->DisableAllWatchpoints()) { in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1392 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1400 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h827 bool DisableAllWatchpoints(bool end_to_end = true);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp187 DisableAllWatchpoints(false); in CleanupProcess()
1253 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp59945 result = (bool)(arg1)->DisableAllWatchpoints(); in _wrap_SBTarget_DisableAllWatchpoints()