Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h839 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1299 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59772 result = (bool)(arg1)->DeleteWatchpoint(arg2); in _wrap_SBTarget_DeleteWatchpoint()