Home
last modified time | relevance | path

Searched refs:err_cstr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp354 const char *err_cstr = m_valobj->GetError().AsCString(); in GetValueSummaryError() local
355 if (err_cstr) in GetValueSummaryError()
356 error.assign(err_cstr); in GetValueSummaryError()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm2725 const char *err_cstr = err.AsString();
2727 err_cstr ? err_cstr : "No such process");
2735 const char *err_cstr = err.AsString();
2737 err_cstr ? err_cstr : "unable to start the exception thread");