Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp776 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()
1289 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1733 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1768 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1782 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1872 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1963 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
2082 StreamSP output = GetAsyncOutputStream(); in HandleProgressEvent()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp251 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp809 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h164 lldb::StreamSP GetAsyncOutputStream();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp618 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp915 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1000 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2935 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5462 StreamSP(m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()