summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-0/+1
| | | | | | This currently prints the ELF program headers. llvm-svn: 171649
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+1
| | | | | | | | | | The new command line option -unwind-info dumps the Win64 EH unwind data to the console. This is a nice feature if you need to debug generated EH data (e.g. from LLVM). Includes a test case. Initial patch by João Matos, extensions and rework by Kai Nacke. llvm-svn: 169415
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-211-0/+1
| | | | | | | | | | | | MachO-only at the moment, sorry. Usage: $ llvm-objdump -d -m -g -dsym=a.out.dSYM/Contents/Resources/DWARF/a.out a.out _main: 100000e90: 55 pushq %rbp ## test.c:11:3 … llvm-svn: 140224
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers ↵Benjamin Kramer2011-09-191-0/+1
| | | | | | | | | additional information that are only available on MachO. - It can take FunctionStarts from a binary to find entry points more accurately. - Symbol offsets in executables are correct now. llvm-svn: 140028
* Fix cmake.Benjamin Kramer2011-07-201-0/+1
| | | | llvm-svn: 135609
* Add llvm-objdumpMichael J. Spencer2011-01-201-0/+11
llvm-svn: 123898
OpenPOWER on IntegriCloud