Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h842 bool DisableAllWatchpoints();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp390 if (target->DisableAllWatchpoints()) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1385 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1393 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h816 bool DisableAllWatchpoints(bool end_to_end = true);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp186 DisableAllWatchpoints(false); in CleanupProcess()
1252 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57121 result = (bool)(arg1)->DisableAllWatchpoints(); in _wrap_SBTarget_DisableAllWatchpoints()