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

Declarations

tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  127   void SetError(const Status &error, const char *fallback_error_cstr = nullptr);

References

tools/lldb/source/API/SBCommandReturnObject.cpp
  357     ref().SetError(error.ref(), fallback_error_cstr);
  359     ref().SetError(Status(), fallback_error_cstr);
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  425               result.SetError(error);
tools/lldb/source/Commands/CommandObjectExpression.cpp
  620               result.SetError(repl_error);
  642             result.SetError(repl_error);
tools/lldb/source/Commands/CommandObjectThread.cpp
  785       result.SetError(new_plan_status);
 1248           result.SetError(new_plan_status);
 1812         result.SetError(err);