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

References

tools/lldb/source/Interpreter/Options.cpp
 1310       error.SetErrorStringWithFormat("last option requires an argument");
 1319       error.SetErrorStringWithFormat("unknown or ambiguous option");
 1369           error.SetErrorStringWithFormat("Option \"%s\" invalid.  %s",
 1377         error =
 1385       if (error.Fail())
 1388       error.SetErrorStringWithFormat("invalid option with value '%i'", val);
 1392   if (error.Fail())
 1393     return error.ToError();