| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Add eu_tsearch, eu_tfind, eu_tdelete and eu_tdestroy | Heather McIntyre | 2024-08-20 | 1 | -4/+4 |
* | libdw: dwarf_getsrcfiles should not imply dwarf_getsrclines | Aaron Merey | 2024-04-11 | 1 | -167/+404 |
* | libdw: ignore really large discriminator | Mark Wielaard | 2023-11-01 | 1 | -1/+7 |
* | libdw, readelf, elflint: Add get_(u|s)leb128 guards | Mark Wielaard | 2023-02-14 | 1 | -0/+2 |
* | libdw, readelf: Read inlining info in NVIDIA extended line map | John M Mellor-Crummey | 2021-11-10 | 1 | -2/+34 |
* | Remove redundant casts of memory allocating functions returning void * | Dmitry V. Levin | 2021-09-09 | 1 | -1/+1 |
* | libdw: fix spelling typos in comments and ChangeLog | Dmitry V. Levin | 2020-12-12 | 1 | -1/+1 |
* | libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table. | Mark Wielaard | 2019-01-22 | 1 | -3/+8 |
* | libdw: Add dwarf_next_lines to read .debug_line tables without CUs. | Mark Wielaard | 2018-06-29 | 1 | -8/+8 |
* | libdw: Initialize filelist earlier in dwarf_getsrclines.c read_srclines. | Luiz Angelo Daros de Luca | 2018-06-18 | 1 | -1/+2 |
* | readelf, libdw: Handle too many directories or files in the line table better. | Mark Wielaard | 2018-06-10 | 1 | -0/+10 |
* | libdw: Explicitly check we could decode diridx in dwarf_getsrclines. | Mark Wielaard | 2018-06-08 | 1 | -2/+3 |
* | libdw: Make sure dirarray is always properly freed in dwarf_getsrclines. | Mark Wielaard | 2018-06-08 | 1 | -9/+12 |
* | libdw: Fix overflow warning on 32bit systems with GCC8 in dwarf_getsrclines. | Mark Wielaard | 2018-05-31 | 1 | -2/+4 |
* | libdw: Handle split dwarf debuglines. | Mark Wielaard | 2018-05-22 | 1 | -0/+25 |
* | libdw: Handle DWARF5 line tables in dwarf_getsrclines. | Mark Wielaard | 2018-05-11 | 1 | -104/+333 |
* | libdw: Fix bad free on invalid data in dwarf_getsrclines.c. | Mark Wielaard | 2016-02-22 | 1 | -2/+4 |
* | libdw: initialize state early in read_srclines | Dmitry V. Levin | 2015-11-16 | 1 | -19/+20 |
* | No nested functions in dwarf_getsrclines. | Chih-Hung Hsieh | 2015-11-13 | 1 | -105/+138 |
* | libdw: Initialize dirarray early in read_srclines. | Mark Wielaard | 2015-06-10 | 1 | -10/+10 |
* | libdw: Initialize filelist early in read_srclines. | Mark Wielaard | 2015-06-08 | 1 | -11/+12 |
* | libdw: Limit stack usage of temporary dir, file and line lists. | Mark Wielaard | 2015-05-27 | 1 | -60/+90 |
* | libdw: Detect line number overflow in dwarf_getsrclines on 32bit. | Mark Wielaard | 2015-05-12 | 1 | -1/+2 |
* | Do not reject type units in dwarf_getsrcfiles and dwarf_getsrclines | Petr Machata | 2015-04-03 | 1 | -4/+7 |
* | libdw: Check diridx is valid under DW_LNE_define_file in dwarf_getsrclines. | Mark Wielaard | 2014-12-17 | 1 | -0/+5 |
* | readelf,libdw: Correct .debug_line overflow check for unit_length. | Mark Wielaard | 2014-12-17 | 1 | -2/+2 |
* | libdw: Add get_uleb128 and get_sleb128 bounds checking. | Mark Wielaard | 2014-12-17 | 1 | -13/+41 |
* | libdw: Make srclines use a stable sort | Josh Stone | 2014-12-12 | 1 | -21/+31 |
* | readelf, libdw: Guard against divide by zero line_range in .debug_line. | Mark Wielaard | 2014-11-26 | 1 | -0/+6 |
* | libdw: Fix dwarf_getsrclines.c 32bit compile error. | Mark Wielaard | 2014-11-11 | 1 | -1/+2 |
* | Support .debug_macro | Petr Machata | 2014-11-10 | 1 | -598/+674 |
* | Drop unused field struct Dwarf_Files_s.cu | Petr Machata | 2014-10-15 | 1 | -4/+1 |
* | libdw. Don't blow up stack in dwarf_getsrclines with lots of lines. | Mark Wielaard | 2013-07-10 | 1 | -8/+27 |
* | libdw: dwarf_getsrclines don't set end_sequence when there are no lines. | Mark Wielaard | 2013-05-05 | 1 | -1/+2 |
* | libdw: dwarf_getsrclines mark highest address as end_sequence. | Mark Wielaard | 2013-03-26 | 1 | -0/+5 |
* | libdw and libdwfl srcfiles and srclines fixes for partial_units. | Mark Wielaard | 2013-03-12 | 1 | -2/+3 |
* | Update name, license and contributor policy. | Mark Wielaard | 2012-06-05 | 1 | -40/+19 |
* | Fix signed comparison warning in extended opcode parsing. | Roland McGrath | 2010-06-22 | 1 | -3/+3 |
* | Record new line table fields, export APIs to fetch them. | Roland McGrath | 2010-06-18 | 1 | -38/+54 |
* | Handle DWARF4 .debug_line format. | Roland McGrath | 2010-06-15 | 1 | -38/+83 |
* | Remove meaningless DWARF_VERSION macro. | Roland McGrath | 2010-06-01 | 1 | -2/+2 |
* | Do some constification to avoid dubious casts. | Roland McGrath | 2009-06-18 | 1 | -2/+1 |
* | Squashed commit of the following: | Ulrich Drepper | 2009-06-14 | 1 | -16/+11 |
* | (struct Dwarf_Files_s): Replace dbg field with cu field. | Roland McGrath | 2009-01-28 | 1 | -3/+3 |
* | Add missing copyright year updates. Fix ChangeLog. | Ulrich Drepper | 2008-01-22 | 1 | -1/+1 |
* | Fixup after DWARF_VERSION bump. | Ulrich Drepper | 2008-01-18 | 1 | -1/+1 |
* | propagate from branch 'com.redhat.elfutils.nickc.pending' (head 28d6423325f0c... | Ulrich Drepper | 2008-01-18 | 1 | -1/+1 |
* | libdw/ | Roland McGrath | 2007-04-16 | 1 | -9/+15 |
* | Fix FSF address. No exception for libdwarf. | Ulrich Drepper | 2006-04-04 | 1 | -1/+1 |
* | propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f... | Ulrich Drepper | 2006-04-04 | 1 | -9/+45 |