Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp88 ConstString output(ref().GetOutputData()); in GetOutput()
102 return ref().GetOutputData().size(); in GetOutputSize()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h32 llvm::StringRef GetOutputData() { in GetOutputData() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1095 if (result.GetOutputData().empty()) in DoExecute()
1201 if (result.GetOutputData().empty()) in DoExecute()
1905 if (result.GetOutputData().empty()) in DoExecute()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2051 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2054 transcript_item->AddStringItem("output", result.GetOutputData()); in HandleCommand()
2589 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
3147 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp776 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()