Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp107 ConstString output(ref().GetErrorString()); in GetError()
129 return ref().GetErrorString().size(); in GetErrorSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.cpp83 std::string err_str = result.GetErrorString(); in Call()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h56 std::string GetErrorString(bool with_diagnostics = true) const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp161 std::string CommandReturnObject::GetErrorString(bool with_diagnostics) const { in GetErrorString() function in CommandReturnObject
H A DCommandInterpreter.cpp1983 if (std::string error_str = result.GetErrorString(); !error_str.empty()) in HandleCommand()
2196 m_transcript_stream << result.GetErrorString(); in HandleCommand()
2199 transcript_item->AddStringItem("error", result.GetErrorString()); in HandleCommand()
2745 std::string error_msg = tmp_result.GetErrorString(); in HandleCommands()
3319 std::string error = result.GetErrorString(!inline_diagnostics); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp517 *error_stream << return_obj.GetErrorString(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp897 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorString() << '\n'; in Destroy()