summaryrefslogtreecommitdiff
path: root/libdw/dwarf_next_cfi.c
Commit message (Expand)AuthorAgeFilesLines
* libdw: Recognize zero terminator to end frame table in dwarf_next_cfi.Mark Wielaard2018-06-291-0/+8
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-071-7/+6
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-5/+15
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* dwarf_next_cfi.c: Fix version 4 return_address_register decoding.Roland McGrath2010-06-161-1/+1
* Check for CIE initial instructions that bogusly change the PC.Roland McGrath2010-06-161-2/+2
* Handle DWARF4 .debug_frame format.Roland McGrath2010-06-151-6/+29
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-0/+234