Home
last modified time | relevance | path

Searched refs:DeleteAllWatchpoints (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h774 bool DeleteAllWatchpoints();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i855 DeleteAllWatchpoints ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1575 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints() function in SBTarget
1576 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, DeleteAllWatchpoints); in DeleteAllWatchpoints()
2664 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteAllWatchpoints, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52068 result = (bool)(arg1)->DeleteAllWatchpoints(); in _wrap_SBTarget_DeleteAllWatchpoints()