hanchenye-llvm-project/lldb
Ashok Thirumurthi 4f01ff8bfe Re-introduces ELF core file support for Linux x86-64
Usage: 'lldb a.out -c core'.
  TODO: FreeBSD support.
  TODO: Support for AVX registers.
  TODO: Refactor so that RegisterContextCore* don't inherit from classes that use ProcessMonitor
  to fix the build on OS/X.

llvm-svn: 186516
2013-07-17 16:06:12 +00:00
..
docs Document the extended detach packet. 2013-06-07 00:22:49 +00:00
examples Fix typeo in diagnose-unwind.py. 2013-07-15 22:40:17 +00:00
include Remove unused RunLocker and related code 2013-07-15 22:59:08 +00:00
lib Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
lldb.xcodeproj Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts Second attempt at getting the PyCallable changes in trunk 2013-07-09 20:14:26 +00:00
source Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
test Add tests for 'thread step out' for multithreaded programs 2013-07-16 19:41:37 +00:00
tools Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Fix typeos. 2013-07-16 21:11:29 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore
CMakeLists.txt Revise r184335 so that warning suppression flag is only for clang 3.4 and higher 2013-06-20 06:47:36 +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 Fix Linux i386 build 2013-03-07 00:48:53 +00:00