hanchenye-llvm-project/lldb/source/Plugins/ObjectFile
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
..
ELF First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
JIT Start converting usages of off_t to other types. 2014-07-02 17:24:07 +00:00
Mach-O Remove unused variable. 2014-10-16 07:41:32 +00:00
PECOFF Silence a warning saying "typedef requires a name" from clang. 2014-07-29 23:23:58 +00:00
CMakeLists.txt