summaryrefslogtreecommitdiff
path: root/lib/libdwarf/dwarf_init.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r241844:Eitan Adler2012-11-041-1/+1
| | | | | | | | | remove duplicate semicolons where possible. Approved by: cperciva (implicit) Notes: svn path=/stable/8/; revision=242543
* MFC r239872:Dimitry Andric2012-09-121-0/+4
| | | | | | | | | Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so programs using libdwarf (such as ctfconvert) don't error out on files containing the attribute. Notes: svn path=/stable/8/; revision=240417
* Add a BSD licensed DWARF library for use by the DTrace clients.John Birrell2008-05-221-0/+748
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. Notes: svn path=/head/; revision=179187