Go to file
Greg Clayton 645bf5420d Added support for some new environment variables within LLDB to enable some
extra launch options:

LLDB_LAUNCH_FLAG_DISABLE_ASLR disables ASLR for all launched processes

LLDB_LAUNCH_FLAG_DISABLE_STDIO will disable STDIO (reroute to "/dev/null")
for all launched processes

LLDB_LAUNCH_FLAG_LAUNCH_IN_TTY will force all launched processes to be
launched in new terminal windows.

Also, don't init python if we never create a script interpreter.

llvm-svn: 124341
2011-01-27 01:01:10 +00:00
clang Fix a horrible bug in our handling of C-style casting, where a C-style 2011-01-27 00:58:17 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Inline namespaces are always available in Clang. Rely on that without 2011-01-26 15:39:56 +00:00
lldb Added support for some new environment variables within LLDB to enable some 2011-01-27 01:01:10 +00:00
llvm Reapply 124301 2011-01-27 00:13:27 +00:00