diff options
-rw-r--r-- | lldb/source/Target/ThreadPlanTracer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/ThreadPlanTracer.cpp b/lldb/source/Target/ThreadPlanTracer.cpp index 5a5c8b258d0..bf023539002 100644 --- a/lldb/source/Target/ThreadPlanTracer.cpp +++ b/lldb/source/Target/ThreadPlanTracer.cpp @@ -55,7 +55,7 @@ ThreadPlanTracer::GetLogStream () if (m_stream_sp.get()) return m_stream_sp.get(); else - return m_thread.GetProcess().GetTarget().GetDebugger().GetAsyncOutputStream().get(); + return &m_thread.GetProcess().GetTarget().GetDebugger().GetOutputStream(); } void |