Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp95 ConstString output(ref().GetErrorData()); in GetError()
108 return ref().GetErrorData().size(); in GetErrorSize()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 llvm::StringRef GetErrorData() { in GetErrorData() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2045 m_transcript_stream << result.GetErrorData(); in HandleCommand()
2580 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
3134 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp764 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()