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

References

tools/lldb/source/API/SBBreakpointName.cpp
  639   return bp_name->GetPermissions().GetAllowList();
  649   bp_name->GetPermissions().SetAllowList(value);
  658   return bp_name->GetPermissions().GetAllowDelete();
  668   bp_name->GetPermissions().SetAllowDelete(value);
  677   return bp_name->GetPermissions().GetAllowDisable();
  686   bp_name->GetPermissions().SetAllowDisable(value);
tools/lldb/source/Breakpoint/BreakpointName.cpp
   70   if (GetPermissions().AnySet())
   75     GetPermissions().GetDescription(s, level);
   85    bp_sp->GetPermissions().MergeInto(GetPermissions());
tools/lldb/source/Target/Target.cpp
  726   bp_name.GetPermissions().MergeInto(new_permissions);