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

References

tools/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
   15   if (bp.IsValid())
   19   bp = g_vsc.target.BreakpointCreateForException(language, catch_value,
   24   if (!bp.IsValid())
   26   g_vsc.target.BreakpointDelete(bp.GetID());
   27   bp = lldb::SBBreakpoint();
tools/lldb/tools/lldb-vscode/VSCode.cpp
   75     if (bp.bp.GetID() == bp_id)