Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp101 ConstString output(ref().GetErrorData()); in GetError()
114 return ref().GetErrorData().size(); in GetErrorSize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h38 llvm::StringRef GetErrorData() { in GetErrorData() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1811 m_transcript_stream << result.GetErrorData(); in HandleCommand()
2328 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2864 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp616 debugger_sp->GetErrorStream() << result.GetErrorData() << '\n'; in Destroy()