Home
last modified time | relevance | path

Searched refs:fallback_error_cstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp326 const char *fallback_error_cstr) { in SetError() argument
327 LLDB_INSTRUMENT_VA(this, error, fallback_error_cstr); in SetError()
330 ref().SetError(error.ref(), fallback_error_cstr); in SetError()
331 else if (fallback_error_cstr) in SetError()
332 ref().SetError(Status(), fallback_error_cstr); in SetError()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp111 const char *fallback_error_cstr) { in SetError() argument
113 AppendError(error.AsCString(fallback_error_cstr)); in SetError()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h130 const char *fallback_error_cstr = nullptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h134 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);