Skip to content

Commit d155c0b

Browse files
committed
Remove duplicate m_monitor field from LaunchArgs
Fixes segfault when launching process on Linux. llvm-svn: 133484
1 parent 6f2b852 commit d155c0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Process/Linux/ProcessMonitor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ class ProcessMonitor
200200

201201
~LaunchArgs();
202202

203-
ProcessMonitor *m_monitor; // The monitor performing the launch.
204203
lldb_private::Module *m_module; // The executable image to launch.
205204
char const **m_argv; // Process arguments.
206205
char const **m_envp; // Process environment.

0 commit comments

Comments
 (0)