aboutsummaryrefslogtreecommitdiff
path: root/lib/libdwarf/libdwarf.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libdwarf and bring in the new libdwarf in contrib/.Kai Wang2014-01-161-176/+0
| | | | Notes: svn path=/projects/elftoolchain/; revision=260794
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-071-0/+14
| | | | | | | | 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/+162
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. Notes: svn path=/head/; revision=179187