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

References

tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  566     return GetPermissions().GetAllowList();
tools/lldb/source/API/SBBreakpointName.cpp
  639   return bp_name->GetPermissions().GetAllowList();
tools/lldb/source/Breakpoint/BreakpointName.cpp
   45       s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed");