diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index f3461a0f0df0..88083e0d3424 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -1941,7 +1941,7 @@ Target::CalculateTarget () ProcessSP Target::CalculateProcess () { - return ProcessSP(); + return m_process_sp; } ThreadSP