Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1061 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1324 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1359 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
1373 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1460 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1546 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp187 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp143 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp143 target.GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp379 process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in PerformAction()
913 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2658 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
H A DProcess.cpp5701 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in PrintWarning()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h189 lldb::StreamSP GetAsyncOutputStream();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp293 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp811 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp637 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp909 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp334 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2326 if (auto stream = debugger.GetAsyncOutputStream()) { in WarnIfNoClassesCached()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp436 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in BuildDynamicRegisterInfo()
5208 m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2774 .GetAsyncOutputStream() in LoadModule()