aboutsummaryrefslogtreecommitdiff
path: root/tools/macho-dump
AgeCommit message (Expand)Author
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-04-26DumpSegment64Command() wasn't returning correct result. Caught by static anal...Evan Cheng
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-08-30Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer
2011-08-30Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer
2011-04-04Remove unused function.Eric Christopher
2011-04-04silence an unused function warning.Chris Lattner
2011-04-03Start migrating mach-o dumping facilities to the object file out of aEric Christopher
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-10macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar
2010-12-10Mach-O: Tweak field name.Daniel Dunbar
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-27macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symbol table entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping string table data.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping sections.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping segment load commands.Daniel Dunbar
2010-11-27Object/Mach-O: Add header and load command information.Daniel Dunbar
2010-11-27macho-dump: More sketching.Daniel Dunbar
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar