summaryrefslogtreecommitdiffstats
path: root/lib/libdwarf/dwarf_init.c
Commit message (Collapse)AuthorAgeFilesLines
* When decoding SLEB128, make sure sign extension is performed forkaiw2013-06-301-1/+1
| | | | | | 64-bit integers. MFC after: 3 days
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
| | | | | Approved by: cperciva MFC after: 1 week
* Teach libdwarf about the DW_FORM_flag_present dwarf attribute, sodim2012-08-291-0/+4
| | | | | | | programs using libdwarf (such as ctfconvert) don't error out on files containing the attribute. MFC after: 2 weeks
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-071-0/+4
| | | | | Reviewed by: jb Obtained from: Juniper Networks
* Add a BSD licensed DWARF library for use by the DTrace clients.jb2008-05-221-0/+748
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems.
OpenPOWER on IntegriCloud