Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp189 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1149 StreamSP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger
1322 StreamSP output_sp(GetAsyncOutputStream()); in HandleBreakpointEvent()
1408 StreamSP output_stream_sp = GetAsyncOutputStream(); in HandleProcessEvent()
1501 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
1587 StreamSP output_sp(GetAsyncOutputStream()); in DefaultEventHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp143 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp146 target.GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h143 lldb::StreamSP GetAsyncOutputStream();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp369 process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in PerformAction()
887 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()
H A DTarget.cpp2583 result.SetImmediateOutputStream(m_debugger.GetAsyncOutputStream()); in RunStopHooks()
H A DProcess.cpp5888 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in PrintWarning()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp291 StreamSP output_stream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp1005 m_interpreter.GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp740 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp659 StreamSP output_stream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp333 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1900 if (auto stream = debugger.GetAsyncOutputStream()) { in WarnIfNoClassesCached()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp498 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in BuildDynamicRegisterInfo()
5184 m_interpreter.GetDebugger().GetAsyncOutputStream()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2864 .GetAsyncOutputStream() in LoadModule()