llvm-project/lldb
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
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
include Enabled extra warnings and fixed a bunch of small issues. 2011-01-25 23:55:37 +00:00
lib Simple makefile fixups. 2011-01-25 23:03:42 +00:00
lldb.xcodeproj Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h. 2011-01-26 01:18:52 +00:00
resources Bumped Xcode project versions to lldb-44 and debugserver-129. 2011-01-25 07:01:26 +00:00
scripts Updated to revision 123723 of LLVM, to bring in 2011-01-18 23:32:05 +00:00
source Added support for some new environment variables within LLDB to enable some 2011-01-27 01:01:10 +00:00
test Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example: 2011-01-26 19:07:42 +00:00
tools Enabled extra warnings and fixed a bunch of small issues. 2011-01-25 23:55:37 +00:00
utils The recent change in argument parsing is messing up the emacs lldb mode's capability to properly 2010-12-20 22:58:58 +00:00
www Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Simple makefile fixups. 2011-01-25 23:03:42 +00:00