aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06DWARF header checksAlan Modra1-86/+83
2017-10-05PR22239 - invalid memory read in display_debug_framesAlan Modra1-11/+4
2017-09-27Prevent an infinite loop in the DWARF parsing code when encountering a CU str...Nick Clifton1-1/+10
2017-09-26Fix address violations when parsing a corrupt DWARF linenumber table.Nick Clifton1-5/+16
2017-09-26PR21732, String-concatenated message can not be translatedAlan Modra1-4/+6
2017-09-22LVU: dump loclists with locviewsAlexandre Oliva1-34/+298
2017-07-21Fix typo in warning message.Nick Clifton1-1/+1
2017-07-21Remove unused variables in dwarf parser.Simon Marchi1-8/+0
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva1-43/+123
2017-07-18* dwarf.c (display_debug_names): Initialize hash_prev.Hans-Peter Nilsson1-1/+1
2017-07-12Fix compile time warnings building the binutils with gcc 7.1.1.Nick Clifton1-1/+4
2017-07-09DWARF-5: Fix error message typo.Jan Kratochvil1-1/+1
2017-07-05Fix build with GCC 4.2H.J. Lu1-7/+9
2017-07-02DWARF-5: readelf: .debug_namesJan Kratochvil1-0/+365
2017-06-21Use DWARF_VMA_FMT to report errorH.J. Lu1-2/+2
2017-06-21Fix address violation when reading corrupt DWARF data.Nick Clifton1-58/+96
2017-04-28Fix heap-buffer overflow bugs caused when dumping debug information from a co...Nick Clifton1-16/+50
2017-04-23PR 21408, segfault in display_debug_lines_decodedAlan Modra1-7/+5
2017-04-10Prevent a bigus warning from readelf about a gdb-index table being too big.John Delsignor1-1/+1
2017-03-02New debug_displays_assertJan Kratochvil1-0/+3
2017-02-27Fix compilation with GCC 4.4.7.Jan Kratochvil1-3/+5
2017-02-23DWARF-5: DW_FORM_data16Jan Kratochvil1-0/+26
2017-02-23DWARF-5: MacrosJan Kratochvil1-28/+28
2017-02-23DWARF-5: call sitesJan Kratochvil1-7/+36
2017-02-23DWARF-5 basic functionalityJan Kratochvil1-204/+956
2017-02-23DWARF attrs: add delimiterJan Kratochvil1-25/+25
2017-02-23dwarf.c: Use more dwarf_vmaJan Kratochvil1-23/+23
2017-02-22Display user op byteJan Kratochvil1-2/+2
2017-02-20Fix another memory access error in readelf when parsing a corrupt binary.Nick Clifton1-14/+20
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-2/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-09-29Frame info dump: Fix bad register marks.Andreas Krebbel1-10/+23
2016-09-29Add .cfi_val_offset GAS command.Andreas Krebbel1-2/+2
2016-08-08Fix seg-faults when running readelf on fuzzed binaries.Nick Clifton1-4/+27
2016-08-08Fix seg-fault in DWARF dumper when given a corrupt binary containing illegal ...Nick Clifton1-17/+55
2016-06-02Fix a bug displaying the interpretation of a CFA block that just contains DW_...Nick Clifton1-1/+9
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez1-0/+28
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-1/+6
2016-03-22Fix unbounded stack usage warning inside the SAFE_BYTE_GET macro.Nick Clifton1-1/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08Fix static analysis warning about undefined bheaviour.Nick Clifton1-1/+1
2015-11-30objdump: Handle 32-bit base address in debug_ranges / debug_loc.Andrew Burgess1-11/+14
2015-11-09binutils: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-1/+1
2015-06-05Improves the detection of partial .debug_line sections.Nick Clifton1-8/+10
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-77/+91
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-1/+32
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu1-1/+1
2015-04-30Fix handling of relocs for the MeP target.Nick Clifton1-0/+2