Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp100 ConstString output(ref().GetOutputString()); in GetOutput()
123 return ref().GetOutputString().size(); in GetOutputSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.cpp79 llvm::StringRef output_str = result.GetOutputString(); in Call()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h44 llvm::StringRef GetOutputString() const { in GetOutputString() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1105 if (result.GetOutputString().empty()) in DoExecute()
1211 if (result.GetOutputString().empty()) in DoExecute()
2142 if (result.GetOutputString().empty()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2195 m_transcript_stream << result.GetOutputString(); in HandleCommand()
2198 transcript_item->AddStringItem("output", result.GetOutputString()); in HandleCommand()
2741 result.AppendMessage(tmp_result.GetOutputString()); in HandleCommands()
3313 llvm::StringRef output = result.GetOutputString(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp895 << result.GetOutputString() << '\n'; in Destroy()