aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-dwarfdump
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-6/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+13
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-6/+9
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+36
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-50/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-242-6/+10
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-191-0/+1
* Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher2013-09-251-0/+2
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-0/+1
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-191-0/+1
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-121-0/+1
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-0/+1
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-251-0/+5
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-251-1/+18
* Rename variable to be more comprehensible and follow naming conventionEli Bendersky2013-01-251-4/+4
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-121-93/+1
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-121-1/+1
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-1/+58
* Formatting and 80-col.Eric Christopher2012-10-161-3/+3
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-9/+32
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-1/+5
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-1/+2
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-1/+12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-4/+4
* Fix a few changes I missed.Michael J. Spencer2011-10-071-3/+3
* llvm-dwarfdump: Add an option to print out line info for a specific addressBenjamin Kramer2011-09-151-5/+15
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-151-1/+5
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-1/+2
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer2011-09-141-4/+8
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-141-1/+5
* Sketch out a DWARF parser.Benjamin Kramer2011-09-133-0/+118