summaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
AgeCommit message (Expand)Author
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
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-02-24llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie
2013-09-25Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher
2013-09-25Dump the normal dwarf pubtypes section as well.Eric Christopher
2013-06-19llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Rename variable to be more comprehensible and follow naming conventionEli Bendersky
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov