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

Declarations

tools/lldb/include/lldb/API/SBCommandReturnObject.h
   45   const char *GetError();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15266     result = (char *)(arg1)->GetError();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBCommandReturnObject.cpp
  100   LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommandReturnObject, GetError);
  148       return ::fprintf(fh, "%s", GetError());
  158   return file_sp->Printf("%s", GetError());
  165   return file.m_opaque_sp->Printf("%s", GetError());
  251     strm.Printf("\nError Message:\n%s", GetError());
  338     return GetError();
  386   LLDB_REGISTER_METHOD(const char *, SBCommandReturnObject, GetError, ());
tools/lldb/tools/lldb-vscode/LLDBUtils.cpp
   33       const char *error = result.GetError();