aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-06Descriptive DWARF operations dump support for DW_AT_rankBhuvanendra Kumar N1-0/+1
2022-07-05Support for location and range lists for split-dwarf and dwarf-5.Bhuvanendra Kumar N1-9/+32
2022-07-04Modified changes for split-dwarf and dwarf-5.Bhuvanendra Kumar N1-3/+9
2022-07-01Add newline to the end of the rnglists displsy.Nick Clifton1-0/+1
2022-06-30Fix implementation of readelf's -wE and -wN options,Nick Clifton1-2/+8
2022-06-28Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton1-86/+132
2022-06-27Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton1-1/+6
2022-06-27Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton1-6/+5
2022-06-27Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton1-72/+17
2022-06-27Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N1-12/+26
2022-06-22Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra1-14/+43
2022-06-22PR29270, DW_FORM_udata signed outputAlan Modra1-1/+5
2022-06-21Binutils support for dwarf-5 (location and range lists related)Nick Clifton1-13/+40
2022-06-16Restore readelf -wFAlan Modra1-102/+59
2022-06-16PR29250, readelf erases CIE initial register stateAlan Modra1-37/+31
2022-06-14asan: applying zero offset to NULL pointerAlan Modra1-2/+3
2022-05-25Add bionutils support for DWARF v5's DW_OP_addrx.Natarajan, Kavitha1-4/+13
2022-05-24PR29171, invalid read causing SIGSEGVAlan Modra1-4/+5
2022-05-24PR29170, divide by zero displaying fuzzed .debug_namesAlan Modra1-21/+24
2022-05-24PR29169, invalid read displaying fuzzed .gdb_indexAlan Modra1-58/+22
2022-05-20Stop readekf and objdump from aggressively following links.Nick Clifton1-35/+75
2022-05-04Dwarf: rename yet another instance of "index"Jan Beulich1-3/+3