summaryrefslogtreecommitdiff
path: root/tools/macho-dump/macho-dump.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach1-0/+12
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov1-3/+3
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-1/+1
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-4/+3
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-2/+3
2013-09-27Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama1-2/+2
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-122/+119
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-119/+122
2013-08-27Fix the build broken by r189315.David Blaikie1-17/+8
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-130/+136
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby1-1/+1
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola1-233/+191
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar1-1/+29
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-0/+32
2012-04-26DumpSegment64Command() wasn't returning correct result. Caught by static anal...Evan Cheng1-1/+1
2011-08-30Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer1-1/+10
2011-08-30Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer1-0/+19
2011-04-04Remove unused function.Eric Christopher1-21/+0
2011-04-04silence an unused function warning.Chris Lattner1-0/+2
2011-04-03Start migrating mach-o dumping facilities to the object file out of aEric Christopher1-2/+2
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-4/+2
2010-12-10Mach-O: Tweak field name.Daniel Dunbar1-1/+1
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer1-2/+4
2010-11-27macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar1-5/+19
2010-11-27macho-dump: Add support for dumping symbol table entries.Daniel Dunbar1-1/+43
2010-11-27macho-dump: Add support for dumping string table data.Daniel Dunbar1-0/+8
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar1-19/+42
2010-11-27macho-dump: Add support for dumping sections.Daniel Dunbar1-6/+72
2010-11-27macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar1-1/+19
2010-11-27macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar1-0/+52
2010-11-27macho-dump: Add support for dumping segment load commands.Daniel Dunbar1-3/+58
2010-11-27Object/Mach-O: Add header and load command information.Daniel Dunbar1-12/+69
2010-11-27macho-dump: More sketching.Daniel Dunbar1-2/+28
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar1-0/+30