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

References

tools/lldb/source/Target/Target.cpp
  971     error.SetErrorString("Invalid FileSpec.");
  972     return error;
  982     input_data_sp = StructuredData::ParseJSONFromFile(file, error);
  983     if (error.Success()) {
  986         error.SetErrorStringWithFormat(
  988         return error;
 1004     error.SetErrorStringWithFormat("Unable to open output file: %s.",
 1006     return error;
 1043           error.SetErrorStringWithFormat("Unable to serialize breakpoint %d",
 1045           return error;
 1054   return error;