Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp54 EXPECT_TRUE(result.GetErrorData().startswith( in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp95 ConstString output(ref().GetErrorData()); in GetError()
108 return ref().GetErrorData().size(); in GetErrorSize()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 llvm::StringRef GetErrorData() { in GetErrorData() function
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp391 P.formatLine("Failed: {0}", Result.GetErrorData()); in evaluateBreakpoints()
1049 outs() << formatv("Failed: {0}\n", Result.GetErrorData()); in evaluateMemoryMapCommands()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1995 m_transcript_stream << result.GetErrorData(); in HandleCommand()
2526 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
3078 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp674 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()