summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-08-17 00:10:50 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-08-17 00:10:50 +0000
commit0bce1b67a3074d26c53fc5eb8d8edfa66bcfff77 (patch)
treefb7586b7f6350deb966cdd6c4f35a110c689e3eb /lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
parent067d4c7c2790b8500a536edcfe8834e8343632ad (diff)
downloadbcm5719-llvm-0bce1b67a3074d26c53fc5eb8d8edfa66bcfff77.tar.gz
bcm5719-llvm-0bce1b67a3074d26c53fc5eb8d8edfa66bcfff77.zip
Fix Linux to respect ASLR settings when launching processes to debug locally and remotely.
See the following links for details: http://llvm.org/bugs/show_bug.cgi?id=20658 See http://reviews.llvm.org/D4941 llvm-svn: 215822
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp')
-rw-r--r--lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
index 2ce61e94d85..e96e0b6ae2d 100644
--- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
+++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
@@ -241,6 +241,7 @@ ProcessPOSIX::DoLaunch (Module *module,
stdout_path,
stderr_path,
working_dir,
+ launch_info,
error);
m_module = module;
OpenPOWER on IntegriCloud