Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h772 bool DisableAllWatchpoints();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i852 DisableAllWatchpoints ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1504 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1505 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, DisableAllWatchpoints); in DisableAllWatchpoints()
1512 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
2657 LLDB_REGISTER_METHOD(bool, SBTarget, DisableAllWatchpoints, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp392 if (target->DisableAllWatchpoints()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h765 bool DisableAllWatchpoints(bool end_to_end = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp182 DisableAllWatchpoints(false); in CleanupProcess()
1179 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52044 result = (bool)(arg1)->DisableAllWatchpoints(); in _wrap_SBTarget_DisableAllWatchpoints()