hanchenye-llvm-project/lldb/source
Jason Molenda e4ea6f5901 Todd points out that my change to ProcessElfCore is probably
not going to key off of the ELF object file like I'd intended.
Revert my change in r203205; also revert Greg's change in
r203107 which builds ProcessElfCore on non-Linux/FreeBSD systems
for the moment until we can straighten this out.

llvm-svn: 203207
2014-03-07 06:28:29 +00:00
..
API When a client asks for a queue pending item's extended backtrace, 2014-03-06 06:31:18 +00:00
Breakpoint Fix a couple of typo's in breakpoint descriptions. 2014-03-04 03:09:00 +00:00
Commands Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Core Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Replace uses of OwningPtr<T> with std::unique_ptr<T>. 2014-03-07 04:45:22 +00:00
Host Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Interpreter Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Plugins Todd points out that my change to ProcessElfCore is probably 2014-03-07 06:28:29 +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 When a client asks for a queue pending item's extended backtrace, 2014-03-06 06:31:18 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
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 Todd points out that my change to ProcessElfCore is probably 2014-03-07 06:28:29 +00:00