hanchenye-llvm-project/lldb/source/Plugins/DynamicLoader
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
..
Darwin-Kernel Add another address to check for the kernel's load addr in debug configs. 2014-10-06 22:23:30 +00:00
Hexagon-DYLD Fix the warnings introduced 2014-07-22 11:59:11 +00:00
MacOSX-DYLD We had to squirrel away the dyld module before doing ResolveExecutableModule, since 2014-09-19 21:56:45 +00:00
POSIX-DYLD First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
Static
CMakeLists.txt Dynamic loader for the Hexagon DSP 2014-07-21 17:19:12 +00:00