Home
last modified time | relevance | path

Searched refs:GetAsyncOutputStream (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp672 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()
1203 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1525 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1560 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1574 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1660 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1750 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
1869 StreamSP output = GetAsyncOutputStream(); in HandleProgressEvent()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h168 lldb::StreamSP GetAsyncOutputStream();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp263 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp856 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp627 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp325 StreamSP async_strm_sp(target.GetDebugger().GetAsyncOutputStream()); in DoConnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp947 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp927 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2737 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2763 .GetAsyncOutputStream() in LoadModule()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4949 m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6813 target.GetDebugger().GetAsyncOutputStream()->Printf(