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

Declarations

tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  129   void SetError(llvm::StringRef error_cstr);

References

tools/lldb/source/API/SBCommandReturnObject.cpp
  367     ref().SetError(error_cstr);
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1767       result.SetError("No name option provided.");
 1781       result.SetError("No breakpoints, cannot add names.");
 1794         result.SetError("No breakpoints specified, cannot add names.");
 1846       result.SetError("No name option provided.");
 1860       result.SetError("No breakpoints, cannot delete names.");
 1873         result.SetError("No breakpoints specified, cannot delete names.");
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  231         result.SetError(
  350       result.SetError("No valid provider specified.");
tools/lldb/source/Commands/CommandObjectType.cpp
 2725       result.SetError(
tools/lldb/source/Interpreter/CommandReturnObject.cpp
  113   SetError(error_cstr);