Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the old libdwarf and bring in the new libdwarf in contrib/. | Kai Wang | 2014-01-16 | 1 | -895/+0 |
| | | | | Notes: svn path=/projects/elftoolchain/; revision=260794 | ||||
* | Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so | Dimitry Andric | 2012-08-29 | 1 | -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 Birrell | 2008-05-22 | 1 | -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 |