llvm-project/lldb/source
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
..
API Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Breakpoint Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Commands Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. 2013-02-21 21:18:07 +00:00
Core Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
DataFormatters Update CMake lists of sources to include files added in r175787 and r175323 2013-02-21 21:16:52 +00:00
Expression Change to JITDefault code model for ELF targets 2013-02-21 23:45:19 +00:00
Host Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Interpreter Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Plugins Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Symbol Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Target Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Utility Update CMake lists of sources to include files added in r175787 and r175323 2013-02-21 21:16:52 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00