summaryrefslogtreecommitdiffstats
path: root/libdw/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* Move nested functions in libdw/cfi.c to file scope.Chih-Hung Hsieh2015-10-221-42/+45
* libdw: Check register number in CFI isn't insanely large.Mark Wielaard2015-01-151-1/+10
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-29/+40
* backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.Mark Wielaard2013-10-071-0/+4
* lib/Jan Kratochvil2012-10-081-0/+4
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Back out dwarf_cfi_validate_fde.Roland McGrath2010-06-231-39/+0
* Add new dwarf_cfi_validate_fde call.Roland McGrath2010-06-161-0/+39
* Check for CIE initial instructions that bogusly change the PC.Roland McGrath2010-06-161-0/+1
* libdw: Record ill-specified CFA rule and diagnose in dwarf_frame_cfa, not imm...Roland McGrath2010-04-261-2/+8
* Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa...Roland McGrath2010-04-261-26/+12
* Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_express...Roland McGrath2010-04-221-12/+26
* Fix double-free in libdw CFI handling error paths.Roland McGrath2010-04-221-19/+18
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-0/+500