summaryrefslogtreecommitdiff
path: root/lib/libdwarf/dwarf_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libdwarf and bring in the new libdwarf in contrib/.Kai Wang2014-01-161-895/+0
| | | | Notes: svn path=/projects/elftoolchain/; revision=260794
* Teach libdwarf about the DW_FORM_flag_present dwarf attribute, soDimitry Andric2012-08-291-0/+3
| | | | | | | | | | programs using libdwarf (such as ctfconvert) don't error out on files containing the attribute. MFC after: 2 weeks Notes: svn path=/head/; revision=239872
* Add a BSD licensed DWARF library for use by the DTrace clients.John Birrell2008-05-221-0/+892
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. Notes: svn path=/head/; revision=179187