Greg Clayton
f681b94f90
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
...
is disabled by default, and can be enabled using:
(lldb) set disable-aslr 0
llvm-svn: 112616
2010-08-31 18:35:14 +00:00
Greg Clayton
c982c768d2
Merged Eli Friedman's linux build changes where he added Makefile files that
...
enabled LLVM make style building and made this compile LLDB on Mac OS X. We
can now iterate on this to make the build work on both linux and macosx.
llvm-svn: 108009
2010-07-09 20:39:50 +00:00
Greg Clayton
388e3b0fa9
Added "-Wparentheses" so we catch possible errors like:
...
if (a = 0)
instead of:
if (a == 0)
Thanks to Jean-Daniel Dupas.
llvm-svn: 107672
2010-07-06 16:16:14 +00:00
Chris Lattner
30fdc8d841
Initial checkin of lldb code from internal Apple repo.
...
llvm-svn: 105619
2010-06-08 16:52:24 +00:00