aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve the speed of scanning PE binaries for line number information.Nick Clifton2017-03-291-6/+14
* bfd: Rename real_{ftell, fseek, fopen}Pedro Alves2017-02-171-1/+2
* bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves2017-02-171-30/+57
* bfd: Improve lookup of file / line information for errorsAndrew Burgess2017-02-161-0/+32
* bfd/dwarf: Improve use of previously loaded dwarf informationAndrew Burgess2017-02-161-2/+21
* Fix invalid memory access in the BFD library's DWARF parser.Nick Clifton2017-02-131-0/+4
* Add support for locating separate debug info files via the build-id method.Nick Clifton2017-01-121-1/+5
* Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton2017-01-091-0/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* BFD/DWARF2: Correct an `index' global shadowing errorMaciej W. Rozycki2016-11-211-10/+10
* Fix bfd/dwarf2.c build breakagePedro Alves2016-11-081-1/+1
* Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist2016-11-081-82/+295
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+3
* Remove syntactic sugarAlan Modra2016-09-301-25/+25
* Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2016-04-041-13/+21
* Attribute with DW_FORM_flag_presentAlan Modra2016-03-221-1/+1
* Set BFD_DECOMPRESS to decompress debug sectionsH.J. Lu2016-01-281-1/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* addr2line vs. inlined C functions called from C++Alan Modra2015-12-021-13/+22
* bfd: Fix left shift of negative value.Dominik Vogt2015-11-091-2/+2
* Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton2015-03-051-0/+51
* fix dbb3fbbb dwarf2.c breakageAlan Modra2015-02-151-12/+12
* Fix memory access violations triggered by running addr2line on fuzzed binaries.Nick Clifton2015-02-121-130/+278
* Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton2015-01-271-1/+16
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Don't return DW_AT_name for function name in C++Alan Modra2014-12-101-32/+196
* Don't access elf tdata in dwarf.c without first checking for an ELF bfdAlan Modra2014-12-101-2/+5
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-62/+20
* This fixes a typo in a previous commit.Chen Gang2014-09-151-1/+1
* Fixes a problem displaying the contents of a binary containing corrupt debugNick Clifton2014-06-261-4/+18
* addr2line: fix missing inlined frames.Tristan Gingold2014-05-281-9/+18
* PR16867, linking object with separate debug fileAlan Modra2014-04-241-135/+171
* PR ld/16787, stale dwarf2 stashAlan Modra2014-04-231-7/+78
* Update copyright yearsAlan Modra2014-03-051-1/+1
* When parsing a DW_FORM_ref_addr attribute the CU containing theNick Clifton2014-01-281-0/+24
* PR binutils/15994Nick Clifton2013-10-251-1/+1
* PR binutils/15994Nick Clifton2013-10-251-28/+67
* * dwarf2.c (struct dwarf2_debug): Add fields for handlingNick Clifton2013-05-291-6/+142
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-3/+3
* Remove trailing redundant `;'H.J. Lu2012-11-091-1/+1
* * dwarf2.c (struct dwarf2_debug): Add close_on_cleanup.Alan Modra2012-08-011-3/+8
* 2012-07-26 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-261-0/+2
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-10/+29
* * dwarf2.c: Formatting.Alan Modra2012-05-161-73/+115
* 2012-05-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-05-031-2/+6
* * dwarf2.c (scan_unit_for_symbols): Account for DW_AT_high_pcMark Wielaard2012-04-271-0/+9
* 2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>Tristan Gingold2012-01-041-109/+125
* 2011-12-13 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>Tristan Gingold2011-12-131-8/+3
* 2011-09-30 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-301-32/+54
* * dwarf2.c (dwarf_debug_sections): Add .debug_macroJakub Jelinek2011-07-261-0/+2