llvm-6502/tools/llvm-objdump
Rui Ueyama 49c76560f3 llvm-objdump: Fix crash bug with printing unwind info on stripped file.
The current COFF unwind printer tries to print SEH handler function names,
assuming that it can always find function names in string table. It crashes
if file being read has no symbol table (i.e. executable).

With this patch, llvm-objdump prints SEH handler's RVA if there's no symbol
table entry for that RVA.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202466 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-28 05:21:29 +00:00
..
CMakeLists.txt
COFFDump.cpp llvm-objdump: Fix crash bug with printing unwind info on stripped file. 2014-02-28 05:21:29 +00:00
ELFDump.cpp
llvm-objdump.cpp llvm-objdump: Do not attempt to disassemble symbols outside of section 2014-02-24 22:12:11 +00:00
llvm-objdump.h
LLVMBuild.txt
MachODump.cpp Change the begin and end methods in ObjectFile to match the style guide. 2014-02-10 20:24:04 +00:00
Makefile