Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTarget.h770 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTarget.i849 DeleteWatchpoint (lldb::watch_id_t watch_id);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp1290 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() function in SBTarget