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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1239     error.SetErrorStringWithFormat("could not get num args: %s", 
 1241     return error;
 1252       error.SetErrorString("cannot pass extra_args to a three argument callback"
 1254       return error;
 1259     error.SetErrorStringWithFormat("expected 3 or 4 argument "
 1262     return error;
 1267   return error;