Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp692 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()
1193 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1545 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1580 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1594 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1680 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1770 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
1889 StreamSP output = GetAsyncOutputStream(); in HandleProgressEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h166 lldb::StreamSP GetAsyncOutputStream();
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp263 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp859 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp627 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp325 StreamSP async_strm_sp(target.GetDebugger().GetAsyncOutputStream()); in DoConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp947 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1011 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2833 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2763 .GetAsyncOutputStream() in LoadModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4919 m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6844 target.GetDebugger().GetAsyncOutputStream()->Printf(