summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Reverts an "enhancement" made in a previous delta which complained ofNick Clifton2014-12-241-7/+2
* Cast size to long to warnH.J. Lu2014-12-221-1/+1
* More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton2014-12-221-12/+58
* Display DW_LANG_C11 as (C11).Mark Wielaard2014-12-181-1/+1
* Fix a few moere memory access violations.Nick Clifton2014-12-111-5/+15
* Use autoconf check for long long in binutilsAlan Modra2014-12-111-11/+12
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2014-12-081-4/+66
* Properly check for an out of range row indexH.J. Lu2014-12-011-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-45/+73
* Add checks for memory access violations exposed by fuzzed archives.Nick Clifton2014-12-011-0/+8
* dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2014-11-271-0/+3
* More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2014-11-261-23/+68
* Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2014-11-211-0/+24
* Fix signedness warningJan-Benedict Glaw2014-11-191-1/+1
* More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton2014-11-181-38/+124
* More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton2014-11-141-16/+49
* Fix more memory faults uncovered by fuzzing various executables.Nick Clifton2014-11-121-36/+108
* Avoid undefined behaviour with signed expressionsAlan Modra2014-10-141-6/+2
* Readelf: Handle forward references to CIEsAlan Modra2014-09-221-80/+161
* aarch64: Decode dwarf2 register numbersRichard Henderson2014-08-221-0/+27
* Correctly save and recall the CFA saved register state.Romain Chastenet2014-06-091-6/+14
* Fix build time problem with MingGW hosts, which do not have a strnlen() funct...Nick Clifton2014-03-141-4/+0
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Fix readelf so it doesn't complain about corrupt attribute.Cary Coutant2014-02-111-1/+1
* PR binutils/16218Nick Clifton2013-12-201-5/+12
* remove remnants of old Mach-O workaroundTom Tromey2013-12-191-14/+5
* Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.Doug Evans2013-11-071-36/+68
* Fix typo in previous delta.Nick Clifton2013-10-091-0/+1
* * dwarf.c (add64): New function.Nick Clifton2013-10-091-3/+33
* 2013-10-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2013-10-011-1/+1
* Pass offset_size to print_dwarf_vma for cie_idH.J. Lu2013-09-271-2/+2
* * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add aNick Clifton2013-09-121-86/+114
* * dwarf.c (display_debug_frames): Check for DW64_CIE_ID whenNick Clifton2013-09-101-1/+2
* Add Intel AVX-512 supportH.J. Lu2013-07-261-14/+31
* binutils/Cary Coutant2013-05-291-4/+9
* binutils/Cary Coutant2013-05-151-4/+4
* * dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwoNick Clifton2013-05-021-14/+11
* * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark fromNick Clifton2013-04-291-617/+661
* * dwarf.c (process_debug_info): Check dwarf_cutoff_level.Tom Tromey2013-04-081-1/+3
* PR binutils/15324Alan Modra2013-04-051-0/+4
* Increment hdrptr by 8 after SAFE_BYTE_GET64H.J. Lu2013-03-291-0/+1
* PR binutils/15206Alan Modra2013-03-261-1/+1
* PR binutils/15205Nick Clifton2013-03-261-277/+301
* PR binutils/15202Nick Clifton2013-03-251-131/+173
* binutils/Cary Coutant2013-03-011-62/+337
* * dwarf.c (display_gdb_index): Handle .gdb_index version 8.Doug Evans2013-01-281-1/+5
* binutils/Cary Coutant2013-01-251-26/+48
* * dwarf.c (display_debug_addr): Add missing parentheses to expression.Doug Evans2013-01-241-1/+1
* binutils/Cary Coutant2012-10-241-43/+246