hanchenye-llvm-project/lldb/source/Plugins/Process/elf-core
Justin Hibbits 6256a0ea8f First cut of PowerPC(64) support in LLDB.
Summary:
This adds preliminary support for PowerPC/PowerPC64, for FreeBSD.  There are
some issues still:

 * Breakpoints don't work well on powerpc64.
 * Shared libraries don't yet get loaded for a 32-bit process on powerpc64 host.
 * Backtraces don't work.  This is due to PowerPC ABI using a backchain pointer
   in memory, instead of a dedicated frame pointer register for the backchain.
 * Breakpoints on functions without debug info may not work correctly for 32-bit
   powerpc.

Reviewers: emaste, tfiala, jingham, clayborg

Reviewed By: clayborg

Subscribers: emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D5988

llvm-svn: 220944
2014-10-31 02:34:28 +00:00
..
CMakeLists.txt First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
Makefile elf-core: Strip trailing whitespace 2014-04-17 13:06:49 +00:00
ProcessElfCore.cpp First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
ProcessElfCore.h Consolidate UnixSignals setting/getting in Process. 2014-08-29 17:35:57 +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 First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
RegisterContextPOSIXCore_powerpc.h First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +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 First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
ThreadElfCore.h elf-core: Strip trailing whitespace 2014-04-17 13:06:49 +00:00