aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Remove a spurious debugging message.Nick Clifton1-3/+0
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17try_build_id_prefix gcc-10 -Wformat-security errorsAlan Modra1-3/+2
2021-12-16When loading separate debug info files, also attempt to locate a file based u...Nick Clifton1-1/+115
2021-12-10Don't return the main file as the separate debug infoH.J. Lu1-1/+17
2021-12-02Fix illegal memory access whilst parsing corrupt DWARF debug information.Nick Clifton1-2/+16
2021-11-30Use dwarf_vma type for offsets, ranges and section sizes in DWARF decoder.Nick Clifton1-36/+45
2021-11-10PR28543, readelf entered an infinite loopAlan Modra1-0/+2
2021-11-05PR28541, unstable cie offset in the output of readelfAlan Modra1-6/+11
2021-11-03Use section name in warnings in display_debug_locTom Tromey1-8/+12
2021-11-03asan: assert (addr_ranges) <= (start)Alan Modra1-10/+9
2021-10-17PR28459, readelf issues bogus warningAlan Modra1-1/+0
2021-09-29PR27202, readelf -wL doesn't work on ".loc 0"Alan Modra1-3/+8
2021-07-16Updated Swedish translation for the binutils sub-directoryNick Clifton1-2/+4
2021-07-14objdump: add DWARF support for AIXClément Chigot1-45/+45
2021-07-10PR28069, assertion fail in dwarf.c:display_discr_listAlan Modra1-16/+8
2021-07-05PR28047, readelf crash due to assertion failureAlan Modra1-6/+10
2021-07-02PR28048, heap-buffer-overflow on readelf -WwAlan Modra1-1/+1
2021-06-30Handle DW_FORM_implicit_const when displaying an attributeNick Clifton1-0/+4
2021-06-30Fix signedness of def_cfa_sf and def_cfa_offset_sfRichard Henderson1-7/+9
2021-06-19dwarf.c: string_fortify.h strncpy errorAlan Modra1-16/+8
2021-06-14Use consistent type in binutils/dwarf.cEric Botcazou1-10/+10
2021-06-07fix Dwarf2 build with certain gcc versionsJan Beulich1-1/+1
2021-05-19Fix a build problem if ENABLE_CHECKING is not defined.Eli Schwartz1-0/+4
2021-05-19PR27884, skip_attr_bytes: Assertion (data) <= (end) failedAlan Modra1-19/+23
2021-05-15process_cu_tu_indexAlan Modra1-27/+9
2021-05-15display_gdb_indexAlan Modra1-11/+7
2021-05-15display_debug_namesAlan Modra1-15/+29
2021-05-15display_debug_framesAlan Modra1-103/+107
2021-05-15read_cieAlan Modra1-1/+12
2021-05-15display_debug_rangesAlan Modra1-10/+6
2021-05-15display_debug_rnglists_listAlan Modra1-1/+1
2021-05-15display_debug_str_offsetsAlan Modra1-2/+2
2021-05-15display_debug_arangesAlan Modra1-18/+15
2021-05-15display_loc_listAlan Modra1-7/+13
2021-05-15display_debug_macroAlan Modra1-6/+10
2021-05-15get_line_filename_and_dirnameAlan Modra1-15/+22
2021-05-15display_debug_macinfoAlan Modra1-9/+15
2021-05-15display_debug_pubnames_workerAlan Modra1-20/+14
2021-05-15display_debug_lines_decodedAlan Modra1-4/+4
2021-05-15read_debug_line_headerAlan Modra1-18/+5
2021-05-15process_debug_infoAlan Modra1-82/+61
2021-05-15SAFE_BYTE_GET_INTERNALAlan Modra1-1/+4
2021-05-15_mul_overflow and get_encoded_valueAlan Modra1-1/+1
2021-05-13revert previous deltaNick Clifton1-7/+0
2021-05-13Fix an infinite loop in the DWARF decoder when parsing a corrupt string table.Nick Clifton1-1/+8
2021-05-13PR27861, Infinite loop in dwarf.c:7507-7526Alan Modra1-1/+8
2021-05-13PR27860, Segmentation fault on readelf -wAlan Modra1-0/+2
2021-05-12Ensure data pointer kept within boundsAlan Modra1-40/+56
2021-05-12SAFE_BYTE_GETAlan Modra1-82/+61