llvm-project/lldb/source/Plugins/Process/elf-core
Omair Javaid b78e05fead This patch adds support aarch64-linux-gnu (SysV) abi in lldb.
This code is also an import from MacOSx implementation as SysV abi is
similar to what has been implemented for MacOS but may require a few tweaks.

http://reviews.llvm.org/D8538

llvm-svn: 236098
2015-04-29 11:52:35 +00:00
..
CMakeLists.txt Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
Makefile elf-core: Strip trailing whitespace 2014-04-17 13:06:49 +00:00
ProcessElfCore.cpp Sprinkle some #include <mutex> in files that use std::call_once. 2015-04-03 10:55:00 +00:00
ProcessElfCore.h Remove redundant virtual for member functions marked 'override'. 2015-04-08 17:22:09 +00:00
RegisterContextPOSIXCore_arm.cpp Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXCore_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXCore_arm64.cpp Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextPOSIXCore_arm64.h Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextPOSIXCore_mips64.cpp Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
RegisterContextPOSIXCore_mips64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXCore_powerpc.cpp Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXCore_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXCore_x86_64.cpp Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
RegisterContextPOSIXCore_x86_64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
ThreadElfCore.cpp This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
ThreadElfCore.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00