Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp95 ConstString output(ref().GetErrorData()); in GetError()
108 return ref().GetErrorData().size(); in GetErrorSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 llvm::StringRef GetErrorData() { in GetErrorData() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp438 P.formatLine("Failed: {0}", Result.GetErrorData()); in evaluateBreakpoints()
1147 outs() << formatv("Failed: {0}\n", Result.GetErrorData()); in evaluateMemoryMapCommands()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2042 m_transcript_stream << result.GetErrorData(); in HandleCommand()
2577 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
3126 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp694 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()