summaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
AgeCommit message (Expand)Author
2017-06-06Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl
2017-06-06[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb
2017-06-01[DWARF] Introduce Dump OptionsAdrian Prantl
2017-05-01Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby
2016-10-18dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-23Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar
2016-09-23Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar
2016-09-23[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-31[llvm-dwarfdump-fuzzer] Get this compiling againDavid Majnemer
2016-05-27Avoid some copies by using const references.Benjamin Kramer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-01-26Remove autoconf supportChris Bieneman
2015-12-23llvm-dwarfdump: Add support for dumping .dSYM bundles.Adrian Prantl
2015-11-12dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud
2015-11-12dwarfdump: Use the right enum for the tu_index sectionDavid Blaikie
2015-11-12dwarfdump: add command line support for dumping the tu_index sectionDavid Blaikie
2015-11-11Format my previous commitDavid Blaikie
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie
2015-08-03[dwarfdump] Add support for dumping mach-o universal objectfilesFrederic Riss
2015-08-03[dwarfdump] Move dumping to a helper function NFCFrederic Riss
2015-07-26[llvm-dwarfump] Don't rely on global state, part 3.Davide Italiano
2015-06-25Make llvm-dwarfdump exit with non-zero exit code if error was occured.Alexey Samsonov
2015-05-28Add llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz llvm-dwarfdump tool.Alexey Samsonov
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola
2014-11-14Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss
2014-11-13Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss
2014-11-12[dwarfdump] Add support for dumping accelerator tables.Frederic Riss
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-31Use a reference instead of a pointer.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-05-19Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov
2014-05-15[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov
2014-03-25DebugInfo: Support debug_loc under fissionDavid Blaikie
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles