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