diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectProcess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp index 1e01898b0b9..5653e7a724e 100644 --- a/lldb/source/Commands/CommandObjectProcess.cpp +++ b/lldb/source/Commands/CommandObjectProcess.cpp @@ -1041,7 +1041,7 @@ protected: if (process) { - error = process->ConnectRemote (remote_url); + error = process->ConnectRemote (&process->GetTarget().GetDebugger().GetOutputStream(), remote_url); if (error.Fail()) { |