Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp88 ConstString output(ref().GetOutputData()); in GetOutput()
102 return ref().GetOutputData().size(); in GetOutputSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h32 llvm::StringRef GetOutputData() { in GetOutputData() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1135 if (result.GetOutputData().empty()) in DoExecute()
1220 if (result.GetOutputData().empty()) in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2041 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2573 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
3120 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp692 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()