1. 3af1442 llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump by David Blaikie · 12 years ago
  2. a9e303e Add gnu pubsections as options to llvm-dwarfdump. by Eric Christopher · 12 years ago
  3. 4c7e6ba Dump the normal dwarf pubtypes section as well. by Eric Christopher · 12 years ago
  4. 18e7350 llvm-dwarfdump: Add support for dumping the .debug_loc section by David Blaikie · 12 years ago
  5. 97438dc Add support for the pubnames section to llvm-dwarfdump. by Krzysztof Parzyszek · 13 years ago
  6. fd08bc1 Initial support for DWARF CFI parsing and dumping in LLVM by Eli Bendersky · 13 years ago
  7. a5a4ff5 When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 13 years ago
  8. 7a94daa Add command-line flags for DWARF dumping. by Eli Bendersky · 13 years ago
  9. 48eaffc Rename variable to be more comprehensible and follow naming convention by Eli Bendersky · 13 years ago
  10. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  11. 7370b55 Rewrite DIContext interface to take an object. Update all callers. by Eric Christopher · 13 years ago
  12. 9cb13d5 Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor. by Alexey Samsonov · 13 years ago
  13. 7c678de Add a relocation visitor to lib object. This works via caching relocated by Eric Christopher · 13 years ago
  14. 3680f88 Formatting and 80-col. by Eric Christopher · 13 years ago
  15. c942e6b Add support for fetching inlining context (stack of source code locations) by Alexey Samsonov · 13 years ago
  16. 034e57a Add basic support for .debug_ranges section to LLVM's DebugInfo library. by Alexey Samsonov · 13 years ago
  17. e16e16a DebugInfo library: add support for fetching absolute paths to source files by Alexey Samsonov · 13 years ago
  18. f4462fa This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: by Alexey Samsonov · 13 years ago
  19. 5fd56b8 Fix a few changes I missed. by Michael J. Spencer · 14 years ago
  20. 4d9924f llvm-dwarfdump: Add an option to print out line info for a specific address by Benjamin Kramer · 14 years ago
  21. 07d4b1c DWARF: wire up .debug_str dumping. by Benjamin Kramer · 14 years ago
  22. 5acab50 DWARF: Add basic support for line tables. by Benjamin Kramer · 14 years ago
  23. 973b5cd llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section. by Benjamin Kramer · 14 years ago
  24. a6002fd DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump. by Benjamin Kramer · 14 years ago
  25. aa2f78f Sketch out a DWARF parser. by Benjamin Kramer · 14 years ago