Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When decoding SLEB128, make sure sign extension is performed for | kaiw | 2013-06-30 | 1 | -1/+1 |
| | | | | | | 64-bit integers. MFC after: 3 days | ||||
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
| | | | | | Approved by: cperciva MFC after: 1 week | ||||
* | Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so | dim | 2012-08-29 | 1 | -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. | obrien | 2011-05-07 | 1 | -0/+4 |
| | | | | | Reviewed by: jb Obtained from: Juniper Networks | ||||
* | Add a BSD licensed DWARF library for use by the DTrace clients. | jb | 2008-05-22 | 1 | -0/+748 |
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. |