aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton1-72/+441
2022-03-10Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton1-10/+26
2022-01-12objdump, readelf: Emit "CU:" format only when wide output is requestedHans-Peter Nilsson1-1/+1
2022-01-04Add ATTRIBUTE_UNUSED to load_build_id_debug_file()'s main_filename parameter.Nick Clifton1-1/+1
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