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

References

tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  572     return GetPermissions().GetAllowDelete();
tools/lldb/source/API/SBBreakpointName.cpp
  658   return bp_name->GetPermissions().GetAllowDelete();
tools/lldb/source/Breakpoint/BreakpointName.cpp
   51       s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed");