Remove duplicate m_monitor field from LaunchArgs
Fixes segfault when launching process on Linux. llvm-svn: 133484
This commit is contained in:
parent
6f2b85221d
commit
d155c0b451
|
|
@ -200,7 +200,6 @@ private:
|
||||||
|
|
||||||
~LaunchArgs();
|
~LaunchArgs();
|
||||||
|
|
||||||
ProcessMonitor *m_monitor; // The monitor performing the launch.
|
|
||||||
lldb_private::Module *m_module; // The executable image to launch.
|
lldb_private::Module *m_module; // The executable image to launch.
|
||||||
char const **m_argv; // Process arguments.
|
char const **m_argv; // Process arguments.
|
||||||
char const **m_envp; // Process environment.
|
char const **m_envp; // Process environment.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue