From 0bce1b67a3074d26c53fc5eb8d8edfa66bcfff77 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Sun, 17 Aug 2014 00:10:50 +0000 Subject: 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 --- lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp') 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; -- cgit v1.2.3