Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py47 obj.DeleteWatchpoint(0)
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h757 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i854 DeleteWatchpoint (lldb::watch_id_t watch_id);
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1385 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() function in SBTarget
1386 LLDB_RECORD_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t), in DeleteWatchpoint()
2573 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t)); in RegisterMethods()