summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectProcess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp
index b5ca44f3d6e..897e39051f3 100644
--- a/lldb/source/Commands/CommandObjectProcess.cpp
+++ b/lldb/source/Commands/CommandObjectProcess.cpp
@@ -260,7 +260,7 @@ protected:
}
StreamString stream;
- Error error = target->Launch(debugger.GetListener(), m_options.launch_info, &stream);
+ Error error = target->Launch(m_options.launch_info, &stream);
if (error.Success())
{
OpenPOWER on IntegriCloud