If we set the DYLD_INSERT_LIBRARIES environment variable when launching debugserver...
authorGreg Clayton <gclayton@apple.com>
Tue, 9 Feb 2016 21:20:17 +0000 (21:20 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 9 Feb 2016 21:20:17 +0000 (21:20 +0000)
commit0e14c044792e464b00ed1303f59a3484bbf4f830
treec5c1eab7299803b42663665e85727d613b2698b7
parentf7cd8ea71fc433467e3459dd5e30b5d6234c913e
If we set the DYLD_INSERT_LIBRARIES environment variable when launching debugserver, for use with /usr/lib/libgmalloc.dylib, then make sure we don't pass this environment variable on to any child processes.

llvm-svn: 260284
lldb/tools/debugserver/source/debugserver.cpp