reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBTarget.h
  722   bool BreakpointDelete(break_id_t break_id);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
57800     result = (bool)(arg1)->BreakpointDelete(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTarget.cpp
 1145   LLDB_RECORD_METHOD(bool, SBTarget, BreakpointDelete, (lldb::break_id_t),
 2529   LLDB_REGISTER_METHOD(bool, SBTarget, BreakpointDelete, (lldb::break_id_t));
tools/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
   26   g_vsc.target.BreakpointDelete(bp.GetID());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 1606         g_vsc.target.BreakpointDelete(pair.second.bp.GetID());
 1826       g_vsc.target.BreakpointDelete(pair.second.bp.GetID());