Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp95 ConstString output(ref().GetErrorData()); in GetError()
108 return ref().GetErrorData().size(); in GetErrorSize()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 llvm::StringRef GetErrorData() { in GetErrorData() function
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2052 m_transcript_stream << result.GetErrorData(); in HandleCompletionMatches()
2055 transcript_item->AddStringItem("error", result.GetErrorData()); in HandleCompletionMatches()
2593 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
3153 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp778 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()