hanchenye-llvm-project/lldb/source
Greg Clayton 4b047f2378 Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target".
Also enabled the ELF Core file support in all builds since the header files have been properly separated from ProcessMonitor.

llvm-svn: 203035
2014-03-06 00:14:12 +00:00
..
API "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Breakpoint Fix a couple of typo's in breakpoint descriptions. 2014-03-04 03:09:00 +00:00
Commands Stop messages from being emitted out of order when detaching. 2014-03-03 20:29:02 +00:00
Core Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target". 2014-03-06 00:14:12 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Hardened against reads in the IRMemoryMap that 2014-03-04 21:56:11 +00:00
Host Check if the terminal is interactive and set the flags accordingly 2014-03-03 15:53:37 +00:00
Interpreter "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Plugins Add the new JITLoader plugin files to the lldb xcode project file. 2014-03-05 23:48:15 +00:00
Symbol "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Target Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target". 2014-03-06 00:14:12 +00:00
Utility
CMakeLists.txt Build JITLoader on FreeBSD also 2014-03-05 13:57:24 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target". 2014-03-06 00:14:12 +00:00