aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-10/+11
2017-07-05Fix build with GCC 4.2H.J. Lu1-6/+7
2017-07-04[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil1-71/+380
2017-04-23PR 21409, segfault in _bfd_dwarf2_find_nearest_lineAlan Modra1-1/+1
2017-03-29Improve the speed of scanning PE binaries for line number information.Nick Clifton1-6/+14
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves1-1/+2
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves1-30/+57
2017-02-16bfd: Improve lookup of file / line information for errorsAndrew Burgess1-0/+32
2017-02-16bfd/dwarf: Improve use of previously loaded dwarf informationAndrew Burgess1-2/+21
2017-02-13Fix invalid memory access in the BFD library's DWARF parser.Nick Clifton1-0/+4
2017-01-12Add support for locating separate debug info files via the build-id method.Nick Clifton1-1/+5
2017-01-09Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton1-0/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-21BFD/DWARF2: Correct an `index' global shadowing errorMaciej W. Rozycki1-10/+10
2016-11-08Fix bfd/dwarf2.c build breakagePedro Alves1-1/+1
2016-11-08Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist1-82/+295
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+3
2016-09-30Remove syntactic sugarAlan Modra1-25/+25
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-13/+21
2016-03-22Attribute with DW_FORM_flag_presentAlan Modra1-1/+1
2016-01-28Set BFD_DECOMPRESS to decompress debug sectionsH.J. Lu1-1/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-02addr2line vs. inlined C functions called from C++Alan Modra1-13/+22
2015-11-09bfd: Fix left shift of negative value.Dominik Vogt1-2/+2
2015-03-05Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton1-0/+51
2015-02-15fix dbb3fbbb dwarf2.c breakageAlan Modra1-12/+12
2015-02-12Fix memory access violations triggered by running addr2line on fuzzed binaries.Nick Clifton1-130/+278
2015-01-27Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton1-1/+16
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't return DW_AT_name for function name in C++Alan Modra1-32/+196
2014-12-10Don't access elf tdata in dwarf.c without first checking for an ELF bfdAlan Modra1-2/+5
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-62/+20
2014-09-15This fixes a typo in a previous commit.Chen Gang1-1/+1
2014-06-26Fixes a problem displaying the contents of a binary containing corrupt debugNick Clifton1-4/+18
2014-05-28addr2line: fix missing inlined frames.Tristan Gingold1-9/+18
2014-04-24PR16867, linking object with separate debug fileAlan Modra1-135/+171
2014-04-23PR ld/16787, stale dwarf2 stashAlan Modra1-7/+78
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-28When parsing a DW_FORM_ref_addr attribute the CU containing theNick Clifton1-0/+24
2013-10-25 PR binutils/15994Nick Clifton1-1/+1
2013-10-25 PR binutils/15994Nick Clifton1-28/+67
2013-05-29 * dwarf2.c (struct dwarf2_debug): Add fields for handlingNick Clifton1-6/+142
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-3/+3
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-08-01 * dwarf2.c (struct dwarf2_debug): Add close_on_cleanup.Alan Modra1-3/+8
2012-07-262012-07-26 Teresa Johnson <tejohnson@google.com>Cary Coutant1-0/+2
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant1-10/+29
2012-05-16 * dwarf2.c: Formatting.Alan Modra1-73/+115
2012-05-032012-05-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+6
2012-04-27 * dwarf2.c (scan_unit_for_symbols): Account for DW_AT_high_pcMark Wielaard1-0/+9