aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-1/+1
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-1/+1
2016-05-27Avoid some copies by using const references.Benjamin Kramer1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+3
2015-12-23llvm-dwarfdump: Add support for dumping .dSYM bundles.Adrian Prantl1-2/+43
2015-11-12dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud1-0/+1
2015-11-12dwarfdump: Use the right enum for the tu_index sectionDavid Blaikie1-1/+1
2015-11-12dwarfdump: add command line support for dumping the tu_index sectionDavid Blaikie1-1/+2
2015-11-11Format my previous commitDavid Blaikie1-8/+8
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie1-0/+1
2015-08-03[dwarfdump] Add support for dumping mach-o universal objectfilesFrederic Riss1-8/+16
2015-08-03[dwarfdump] Move dumping to a helper function NFCFrederic Riss1-6/+10
2015-07-26[llvm-dwarfump] Don't rely on global state, part 3.Davide Italiano1-11/+6
2015-06-25Make llvm-dwarfdump exit with non-zero exit code if error was occured.Alexey Samsonov1-8/+13
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner1-2/+3
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner1-1/+1
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-11-14Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-0/+4
2014-11-13Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-4/+0
2014-11-12[dwarfdump] Add support for dumping accelerator tables.Frederic Riss1-0/+4
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper1-1/+1
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-3/+4
2014-08-01Remove some calls to std::move.Rafael Espindola1-3/+3
2014-07-31Use a reference instead of a pointer.Rafael Espindola1-1/+1
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+3
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-4/+5
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-1/+1
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-3/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-05-19Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov1-48/+4
2014-05-15[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov1-6/+6
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov1-4/+2
2014-03-25DebugInfo: Support debug_loc under fissionDavid Blaikie1-0/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-4/+3
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2014-02-24llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie1-0/+1
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola1-3/+4
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie1-0/+1
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie1-0/+1
2013-09-25Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher1-0/+2
2013-09-25Dump the normal dwarf pubtypes section as well.Eric Christopher1-0/+1
2013-06-19llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie1-0/+1
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek1-0/+1
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky1-0/+1
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky1-0/+5
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky1-1/+18
2013-01-25Rename variable to be more comprehensible and follow naming conventionEli Bendersky1-4/+4