[PATCH] llvm-readobj: add support for ARM EHABI unwind info

Saleem Abdulrasool compnerd at compnerd.org
Sun Jan 5 20:11:48 PST 2014


Hi logan,

This adds some preliminary support for decoding ARM EHABI unwinding information.
The major functionality that remains from complete support is bytecode
translation.

Each Unwind Index Table is printed out as a separate entity along with its
section index, name, offset, and entries.

Each entry lists the function address, and if possible, the name, of the
function to which it corresponds.  The encoding model, personality routine or
index, and byte code is also listed.

http://llvm-reviews.chandlerc.com/D2513

Files:
  test/tools/llvm-readobj/arm-unwind.s
  tools/llvm-readobj/ARMEHABIPrinter.h
  tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2513.1.patch
Type: text/x-patch
Size: 15655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140105/c653d772/attachment.bin>


More information about the llvm-commits mailing list