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

References

tools/lldb/source/API/SBBreakpoint.cpp
  552     error.SetErrorString("Can't add an invalid address.");
  553     return LLDB_RECORD_RESULT(error);
  557     error.SetErrorString("No breakpoint to add a location to.");
  558     return LLDB_RECORD_RESULT(error);
  562     error.SetErrorString("Only a scripted resolver can add locations.");
  563     return LLDB_RECORD_RESULT(error);
  572     error.SetErrorStringWithFormat("Address: %s didn't pass the filter.",
  575   return LLDB_RECORD_RESULT(error);