llvm-project/lldb/source/Plugins/Process/Linux
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
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
LinuxSignals.cpp linux: initial support for 'real' signal handling 2011-03-30 15:55:52 +00:00
LinuxSignals.h linux: initial support for 'real' signal handling 2011-03-30 15:55:52 +00:00
Makefile This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
ProcessLinux.cpp Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
ProcessLinux.h Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
ProcessMonitor.cpp Correct comment to match class name 2013-07-17 14:30:26 +00:00
ProcessMonitor.h Stop process monitor from ProcessPOSIX::Finalize 2013-07-10 21:57:27 +00:00