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

Declarations

tools/lldb/include/lldb/API/SBError.h
   26   const char *GetCString() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
24894     result = (char *)((lldb::SBError const *)arg1)->GetCString();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBDebugger.cpp
  750             platform_name, add_dependent_modules, sb_error.GetCString(),
tools/lldb/source/API/SBError.cpp
   40   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBError, GetCString);
  177       const char *err_string = GetCString();
  196   LLDB_REGISTER_METHOD_CONST(const char *, SBError, GetCString, ());
tools/lldb/tools/driver/Driver.cpp
  669         const char *error_cstr = error.GetCString();
  842     WithColor::error() << "initialization failed: " << error.GetCString()
  885       if (const char *error_cstr = error.GetCString())
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  530       EmplaceSafeString(response, "message", std::string(error.GetCString()));
  582     EmplaceSafeString(response, "message", std::string(error.GetCString()));
  952       const char *error_cstr = error.GetCString();
 1274     EmplaceSafeString(response, "message", std::string(error.GetCString()));
 2380       EmplaceSafeString(body, "message", std::string(error.GetCString()));