aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton1-0/+9
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-162/+285
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-13Move aarch64 CIE code to aarch64 backendSam Tebbs1-0/+2
2018-09-20binutils --dwarf=decodedline: Add display of is_stmt flagJohn Darrington1-3/+8
2018-08-08Add support for DW_OP_GNU_variable_value to readelfKevin Buettner1-0/+19
2018-07-24PR23431, Messages composed from pieces can't be properly translatedAlan Modra1-9/+25
2018-07-20Close memory and resource leaks detected by coverity in the binutils directory.Nick Clifton1-3/+34
2018-07-19Stop potential memory leaks in dwarf CIE reader.Nick Clifton1-4/+12
2018-04-18Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ...Nick Clifton1-8/+17
2018-04-17Fix illegal memory access when parsing corrupt DWARF information.Nick Clifton1-1/+12
2018-04-06Display all DWARF 5 language namesTom Tromey1-0/+10
2018-03-01Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton1-0/+15
2018-02-08Speed up readelf and objdump by not looking for DWO links unless the user has...Nick Clifton1-0/+6
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess1-0/+25
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-18Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton1-0/+16
2017-11-26Rename argument name from link to xlinkH.J. Lu1-3/+3
2017-11-21Add ability to follow dwo links to readelf/objdump.Nick Clifton1-88/+226
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-211/+735
2017-11-07readelf ngettext fixesAlan Modra1-6/+19
2017-11-03Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton1-25/+40
2017-10-27dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi1-4/+4
2017-10-11Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D...Nick Clifton1-4/+66
2017-10-10Improve the speed of the --dwarf-start option by skipping processing of any c...Nick Clifton1-0/+8
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