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

References

tools/lldb/source/Breakpoint/BreakpointResolver.cpp
   74     error.SetErrorString("Can't deserialize from an invalid data object.");
   84     error.SetErrorStringWithFormat(
   91     error.SetErrorStringWithFormatv("Unknown resolver type: {0}.",
  100     error.SetErrorString("Resolver data missing subclass options key.");
  108     error.SetErrorString("Resolver data missing offset options key.");
  117         nullptr, *subclass_options, error);
  121         nullptr, *subclass_options, error);
  125         nullptr, *subclass_options, error);
  129         nullptr, *subclass_options, error);
  133         nullptr, *subclass_options, error);
  136     error.SetErrorString("Exception resolvers are hard.");
  142   if (!error.Success()) {