summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-18Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton
2017-11-26Rename argument name from link to xlinkH.J. Lu
2017-11-21Add ability to follow dwo links to readelf/objdump.Nick Clifton
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton
2017-11-07readelf ngettext fixesAlan Modra
2017-11-03Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton
2017-10-27dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi
2017-10-11Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D...Nick Clifton
2017-10-10Improve the speed of the --dwarf-start option by skipping processing of any c...Nick Clifton
2017-10-06DWARF header checksAlan Modra
2017-10-05PR22239 - invalid memory read in display_debug_framesAlan Modra
2017-09-27Prevent an infinite loop in the DWARF parsing code when encountering a CU str...Nick Clifton
2017-09-26Fix address violations when parsing a corrupt DWARF linenumber table.Nick Clifton
2017-09-26PR21732, String-concatenated message can not be translatedAlan Modra
2017-09-22LVU: dump loclists with locviewsAlexandre Oliva
2017-07-21Fix typo in warning message.Nick Clifton
2017-07-21Remove unused variables in dwarf parser.Simon Marchi
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva
2017-07-18* dwarf.c (display_debug_names): Initialize hash_prev.Hans-Peter Nilsson
2017-07-12Fix compile time warnings building the binutils with gcc 7.1.1.Nick Clifton
2017-07-09DWARF-5: Fix error message typo.Jan Kratochvil
2017-07-05Fix build with GCC 4.2H.J. Lu
2017-07-02DWARF-5: readelf: .debug_namesJan Kratochvil
2017-06-21Use DWARF_VMA_FMT to report errorH.J. Lu
2017-06-21Fix address violation when reading corrupt DWARF data.Nick Clifton
2017-04-28Fix heap-buffer overflow bugs caused when dumping debug information from a co...Nick Clifton
2017-04-23PR 21408, segfault in display_debug_lines_decodedAlan Modra
2017-04-10Prevent a bigus warning from readelf about a gdb-index table being too big.John Delsignor
2017-03-02New debug_displays_assertJan Kratochvil
2017-02-27Fix compilation with GCC 4.4.7.Jan Kratochvil
2017-02-23DWARF-5: DW_FORM_data16Jan Kratochvil
2017-02-23DWARF-5: MacrosJan Kratochvil
2017-02-23DWARF-5: call sitesJan Kratochvil
2017-02-23DWARF-5 basic functionalityJan Kratochvil
2017-02-23DWARF attrs: add delimiterJan Kratochvil
2017-02-23dwarf.c: Use more dwarf_vmaJan Kratochvil
2017-02-22Display user op byteJan Kratochvil
2017-02-20Fix another memory access error in readelf when parsing a corrupt binary.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-29Frame info dump: Fix bad register marks.Andreas Krebbel
2016-09-29Add .cfi_val_offset GAS command.Andreas Krebbel
2016-08-08Fix seg-faults when running readelf on fuzzed binaries.Nick Clifton
2016-08-08Fix seg-fault in DWARF dumper when given a corrupt binary containing illegal ...Nick Clifton
2016-06-02Fix a bug displaying the interpretation of a CFA block that just contains DW_...Nick Clifton
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton
2016-03-22Fix unbounded stack usage warning inside the SAFE_BYTE_GET macro.Nick Clifton