[DebugInfo] Dump CIE augmentation data as a list of hex bytes
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 1 Mar 2016 18:38:05 +0000 (18:38 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 1 Mar 2016 18:38:05 +0000 (18:38 +0000)
commitf69c7e53822ecb998a5306410642691d5b70fd9b
treea01e71a8b0a3bb83132c395bf7f29c5eb6cff29c
parent7c4f25d2edc30ddb21754bdb772ab53904177ed2
[DebugInfo] Dump CIE augmentation data as a list of hex bytes

CIE augmentation data might contain non-printable characters.
The patch prints the data as a list of hex bytes.

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

llvm-svn: 262361
llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
llvm/test/tools/llvm-objdump/Inputs/eh_frame.elf-mipsel [new file with mode: 0755]
llvm/test/tools/llvm-objdump/eh_frame-arm64.test
llvm/test/tools/llvm-objdump/eh_frame-mipsel.test [new file with mode: 0644]