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

Declarations

tools/lldb/include/lldb/API/SBCommandReturnObject.h
  106   void SetError(const char *error_cstr);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15932     (arg1)->SetError((char const *)arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBCommandReturnObject.cpp
  363   LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetError, (const char *),
  431   LLDB_REGISTER_METHOD(void, SBCommandReturnObject, SetError, (const char *));
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
   26     result.SetError("Bad argument.");
   33     result.SetError("Invalid pointer.");
  105     result.SetError("Invalid arch.");
  120     result.SetError("Failed access to BD entry.");
  130     result.SetError("Failed access to BD entry.");
  135     result.SetError("Invalid bound directory.");
  171     result.SetError("Unsuccessful. Failed access to BT entry.");
  195     result.SetError("Failed access to BT entry.");
  240     result.SetError("Failed access to BT entry.");
  256     result.SetError("Invalid target.");
  268     result.SetError("Platform not supported.");
  276     result.SetError("No valid process, thread or frame.");
  283     result.SetError("Cannot access register BNDCFGU. Does the target support "
  313           result.SetError("Too many arguments. See help.");
  323         result.SetError("Invalid debugger.");
  341     result.SetError("Too few arguments. See help.");
  363         result.SetError("Wrong arguments. See help.");
  368         result.SetError("Invalid debugger.");
  386         result.SetError("Lower Bound: bad argument format.");
  393         result.SetError("Upper Bound: bad argument format.");
  402     result.SetError("Too few arguments. See help.");