Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp330 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()
358 target.GetDebugger().GetAsyncOutputStream()->Printf( in LoadImageUsingMemoryModule()
467 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp894 (*debugger_sp->GetAsyncOutputStream()) in Destroy()
1455 StreamUP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1904 if (StreamUP output_up = GetAsyncOutputStream()) { in HandleBreakpointEvent()
1938 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1952 StreamUP output_stream_up = GetAsyncOutputStream(); in HandleProcessEvent()
2040 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format, in HandleThreadEvent()
2152 StreamUP output_up = GetAsyncOutputStream(); in DefaultEventHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp221 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp51 return target_sp->GetDebugger().GetAsyncOutputStream(); in GetLogStreamSP()
H A DStopInfo.cpp1023 StreamUP output_up = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp3124 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp255 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectExpression.cpp508 GetCommandInterpreter().GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp819 GetDebugger().GetAsyncOutputStream()->Printf("error: %s\n", in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h159 lldb::StreamUP GetAsyncOutputStream();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp611 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp917 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp868 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream(); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5595 output_stream_sp = m_interpreter.GetDebugger().GetAsyncOutputStream(); in DoExecute()