Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp762 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()
1275 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1693 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1728 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1742 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1832 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1922 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
2041 StreamSP output = GetAsyncOutputStream(); in HandleProgressEvent()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp263 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp853 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h171 lldb::StreamSP GetAsyncOutputStream();
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp626 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp944 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp998 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2947 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5283 m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()