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

Declarations

tools/lldb/include/lldb/API/SBValue.h
   37   SBError GetError();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
73565     result = (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/SBValue.cpp
  265   LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBValue, GetError);
 1578   LLDB_REGISTER_METHOD(lldb::SBError, SBValue, GetError, ());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  945     if (value.GetError().Fail())
  947     if (value.GetError().Fail()) {
  951       lldb::SBError error = value.GetError();