summaryrefslogtreecommitdiff
path: root/lib/libdwarf/dwarf_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libdwarf and bring in the new libdwarf in contrib/.Kai Wang2014-01-161-756/+0
| | | | Notes: svn path=/projects/elftoolchain/; revision=260794
* When decoding SLEB128, make sure sign extension is performed forKai Wang2013-06-301-1/+1
| | | | | | | | | 64-bit integers. MFC after: 3 days Notes: svn path=/head/; revision=252430
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
| | | | | | | | Approved by: cperciva MFC after: 1 week Notes: svn path=/head/; revision=241844
* Teach libdwarf about the DW_FORM_flag_present dwarf attribute, soDimitry Andric2012-08-291-0/+4
| | | | | | | | | | 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 the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-071-0/+4
| | | | | | | | Reviewed by: jb Obtained from: Juniper Networks Notes: svn path=/head/; revision=221569
* 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