summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf_getsrclines.c
Commit message (Expand)AuthorAgeFilesLines
* libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-291-8/+8
* libdw: Initialize filelist earlier in dwarf_getsrclines.c read_srclines.Luiz Angelo Daros de Luca2018-06-181-1/+2
* readelf, libdw: Handle too many directories or files in the line table better.Mark Wielaard2018-06-101-0/+10
* libdw: Explicitly check we could decode diridx in dwarf_getsrclines.Mark Wielaard2018-06-081-2/+3
* libdw: Make sure dirarray is always properly freed in dwarf_getsrclines.Mark Wielaard2018-06-081-9/+12
* libdw: Fix overflow warning on 32bit systems with GCC8 in dwarf_getsrclines.Mark Wielaard2018-05-311-2/+4
* libdw: Handle split dwarf debuglines.Mark Wielaard2018-05-221-0/+25
* libdw: Handle DWARF5 line tables in dwarf_getsrclines.Mark Wielaard2018-05-111-104/+333
* libdw: Fix bad free on invalid data in dwarf_getsrclines.c.Mark Wielaard2016-02-221-2/+4
* libdw: initialize state early in read_srclinesDmitry V. Levin2015-11-161-19/+20
* No nested functions in dwarf_getsrclines.Chih-Hung Hsieh2015-11-131-105/+138
* libdw: Initialize dirarray early in read_srclines.Mark Wielaard2015-06-101-10/+10
* libdw: Initialize filelist early in read_srclines.Mark Wielaard2015-06-081-11/+12
* libdw: Limit stack usage of temporary dir, file and line lists.Mark Wielaard2015-05-271-60/+90
* libdw: Detect line number overflow in dwarf_getsrclines on 32bit.Mark Wielaard2015-05-121-1/+2
* Do not reject type units in dwarf_getsrcfiles and dwarf_getsrclinesPetr Machata2015-04-031-4/+7
* libdw: Check diridx is valid under DW_LNE_define_file in dwarf_getsrclines.Mark Wielaard2014-12-171-0/+5
* readelf,libdw: Correct .debug_line overflow check for unit_length.Mark Wielaard2014-12-171-2/+2
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-13/+41
* libdw: Make srclines use a stable sortJosh Stone2014-12-121-21/+31
* readelf, libdw: Guard against divide by zero line_range in .debug_line.Mark Wielaard2014-11-261-0/+6
* libdw: Fix dwarf_getsrclines.c 32bit compile error.Mark Wielaard2014-11-111-1/+2
* Support .debug_macroPetr Machata2014-11-101-598/+674
* Drop unused field struct Dwarf_Files_s.cuPetr Machata2014-10-151-4/+1
* libdw. Don't blow up stack in dwarf_getsrclines with lots of lines.Mark Wielaard2013-07-101-8/+27
* libdw: dwarf_getsrclines don't set end_sequence when there are no lines.Mark Wielaard2013-05-051-1/+2
* libdw: dwarf_getsrclines mark highest address as end_sequence.Mark Wielaard2013-03-261-0/+5
* libdw and libdwfl srcfiles and srclines fixes for partial_units.Mark Wielaard2013-03-121-2/+3
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Fix signed comparison warning in extended opcode parsing.Roland McGrath2010-06-221-3/+3
* Record new line table fields, export APIs to fetch them.Roland McGrath2010-06-181-38/+54
* Handle DWARF4 .debug_line format.Roland McGrath2010-06-151-38/+83
* Remove meaningless DWARF_VERSION macro.Roland McGrath2010-06-011-2/+2
* Do some constification to avoid dubious casts.Roland McGrath2009-06-181-2/+1
* Squashed commit of the following:Ulrich Drepper2009-06-141-16/+11
* (struct Dwarf_Files_s): Replace dbg field with cu field.Roland McGrath2009-01-281-3/+3
* Add missing copyright year updates. Fix ChangeLog.Ulrich Drepper2008-01-221-1/+1
* Fixup after DWARF_VERSION bump.Ulrich Drepper2008-01-181-1/+1
* propagate from branch 'com.redhat.elfutils.nickc.pending' (head 28d6423325f0c...Ulrich Drepper2008-01-181-1/+1
* libdw/Roland McGrath2007-04-161-9/+15
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f...Ulrich Drepper2006-04-041-9/+45
* libdw/Roland McGrath2005-10-281-0/+4
* Correct fallout of renaming of DW_LNS_set_epilog_begin.Ulrich Drepper2005-08-111-2/+2
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+652