Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For llvm-objdump for Mach-O files add printing of | Kevin Enderby | 2016-10-21 | 1 | -0/+13 |
| | | | | | | | | | | | | the ARM_THREAD_STATE in the same format as otool-classic(1) on darwin. Also remove an extra space in printing the initprot to make the output match otool-classic(1) on darwin. rdar://28851457 llvm-svn: 284852 | ||||
* | Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-16 | 1 | -0/+5 |
| | | | | | | -private-headers. llvm-svn: 224390 | ||||
* | Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS | Kevin Enderby | 2014-12-16 | 1 | -0/+4 |
| | | | | | | load command not getting printed. llvm-svn: 224376 | ||||
* | Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files | Kevin Enderby | 2014-12-16 | 1 | -0/+336 |
printing the section header. And add some tests for this for 32-bit files. llvm-svn: 224302 |