llvm-readobj: add support for ARM EHABI unwind info
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 8 Jan 2014 03:28:09 +0000 (03:28 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 8 Jan 2014 03:28:09 +0000 (03:28 +0000)
commitbc41190a74eabd0020c089c67beb9cb706f630ed
tree1ce91bc779b5a0b53bef32ec768981ba6a81319e
parent9e0fd27ce7cd1a7b1a316760de7cf4795799af26
llvm-readobj: add support for ARM EHABI unwind info

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198734 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/arm-unwind.s [new file with mode: 0644]
tools/llvm-readobj/ARMEHABIPrinter.h [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp