Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h763 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i843 DeleteWatchpoint (lldb::watch_id_t watch_id);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1417 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() function in SBTarget
1418 LLDB_RECORD_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t), in DeleteWatchpoint()
2651 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51966 result = (bool)(arg1)->DeleteWatchpoint(arg2); in _wrap_SBTarget_DeleteWatchpoint()