Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py51 obj.DeleteAllWatchpoints()
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h768 bool DeleteAllWatchpoints();
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i866 DeleteAllWatchpoints ();
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1543 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints() function in SBTarget
1544 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, DeleteAllWatchpoints); in DeleteAllWatchpoints()
2586 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteAllWatchpoints, ()); in RegisterMethods()