aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Restore .gdb_index v9 display in readelfTom Tromey1-8/+49
2023-11-10readelf..debug-dump=loc displays bogus base addressesVsevolod Alekseyev1-305/+160
2023-10-24[readelf] Handle unknown name of main in .gdb_index sectionTom de Vries1-7/+12
2023-10-10asan: null dereference in read_and_display_attr_valueAlan Modra1-16/+9
2023-10-10[readelf] Handle .gdb_index section version 9Tom de Vries1-63/+113
2023-10-03Fix: readelf..info misreports DW_FORM_loclistx, DW_FORM_rnglistxVsevolod Alekseyev1-79/+31
2023-09-25Fix readelf's display of dwarf v5 range listsVsevolod Alekseyev1-157/+354
2023-08-30binutils/dwarf.c abbrev list leakAlan Modra1-1/+7
2023-08-30Re: readelf/objdump: Handle DWARF info with mixed types of range sectionAlan Modra1-1/+4
2023-08-23readelf/objdump: Handle DWARF info with mixed types of range section.Nick Clifton1-5/+25
2023-08-22objdump: file name table entry count checkAlan Modra1-3/+3
2023-06-09readelf/objdump remember_state memory leaksAlan Modra1-5/+7
2023-04-20ubsan: signed integer overflow in display_debug_lines_rawAlan Modra1-4/+4
2023-04-19Fix: readelf: loc_offset XX too bigNick Clifton1-1/+1
2023-04-18objdump buffer overflow in fetch_indexed_stringAlan Modra1-13/+7
2023-04-11Replace an assertion in the dwarf code with a warning message.Nick Clifton1-2/+8
2023-04-11Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton1-0/+13
2023-04-11Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton1-10/+14
2023-04-03Memory leak in process_abbrev_setAlan Modra1-7/+3
2023-03-30Fix an illegal memory access triggered by parsing corrupt DWARF info.Nick Clifton1-3/+29
2023-03-14Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton1-0/+3
2023-03-14Adjust the decoded line output to fit into 80 columns.Nick Clifton1-5/+10
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-30PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra1-52/+64
2022-12-19Tidy PR29893 and PR29908 fixAlan Modra1-20/+4
2022-12-19Fix potential illegal memory accesses when parsing corrupt DWARF data.Nick Clifton1-0/+14
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton1-3/+3
2022-12-16Fix a potential illegal memory access when parsing corrupt DWARF information.Nick Clifton1-1/+20
2022-12-14asan: signed integer overflow in display_debug_framesAlan Modra1-108/+116
2022-12-13PR29893, buffer overflow in display_debug_addrAlan Modra1-2/+7
2022-12-12PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413Alan Modra1-27/+38
2022-12-11PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524Alan Modra1-2/+2
2022-12-01binutils: improve holes detection in .debug_loclists.Clément Chigot1-14/+33
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra1-7/+7
2022-11-18PR29799 heap buffer overflow in display_gdb_index dwarf.c:10548Alan Modra1-1/+1
2022-10-30Pool section entries for DWP version 1Alan Modra1-49/+41
2022-10-03RISC-V: Assign DWARF numbers to vector registersTsukasa OI1-10/+18
2022-09-20Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bugZeke Lu1-1/+1
2022-09-08i686-w64-mingw32-objdump -WL returns incorrect file pathsNick Clifton1-0/+7
2022-08-16PR29362, some binutils memory leaksAlan Modra1-28/+24
2022-08-13readelf: print 0x0 as 0, and remove trailing spacesAlan Modra1-95/+95
2022-08-13Make dwarf_vma uint64_tAlan Modra1-982/+882
2022-08-13Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra1-30/+28
2022-08-05Sanity check loc_offsets indexAlan Modra1-10/+20
2022-08-05binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich1-13/+13
2022-07-21PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra1-2/+11
2022-07-21PR29337, readelf CU/TU mixup in .gdb_indexAlan Modra1-2/+2
2022-07-21PR29370, infinite loop in display_debug_abbrevAlan Modra1-13/+6
2022-07-21binutils/dwarf.c: abbrev cachingAlan Modra1-98/+110
2022-07-21miscellaneous dwarf.c tidiesAlan Modra1-110/+106