llvm-project/lldb
Andrew Kaylor cd5c7247ab Change to JITDefault code model for ELF targets
On x86-64 platforms, the small code model assumes that code will be loaded below the 2GB boundary.  With the static relocation model, the fact that the expression code is initially loaded (in the LLDB debugger address space) above that boundary causes problems.  Switching to the JITDefault code model causes the large code model to be used for 64-bit targets and small code model of 32-bit targets.

llvm-svn: 175828
2013-02-21 23:45:19 +00:00
..
docs Fix document typos, indentation in python code, and API examples. 2013-02-12 20:01:49 +00:00
examples Mark the command as failed if parsing fails. 2013-02-21 18:38:46 +00:00
include <rdar://problem/4529976> 2013-02-21 19:57:10 +00:00
lib Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). 2013-01-30 00:28:58 +00:00
lldb.xcodeproj <rdar://problem/4529976> 2013-02-21 19:57:10 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Get LLDB-Info.plist up to date with r169081. 2012-12-08 01:20:07 +00:00
scripts Fix document typos, indentation in python code, and API examples. 2013-02-12 20:01:49 +00:00
source Change to JITDefault code model for ELF targets 2013-02-21 23:45:19 +00:00
test Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. 2013-02-21 23:07:30 +00:00
tools <rdar://problem/13259230> 2013-02-21 16:31:31 +00:00
utils Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints) 2013-02-12 00:31:40 +00:00
www Mention "return" -> "thread return" 2013-02-20 23:38:37 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00