GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
dwarf2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the speed of scanning PE binaries for line number information.
Nick Clifton
2017-03-29
1
-6
/
+14
*
bfd: Rename real_{ftell, fseek, fopen}
Pedro Alves
2017-02-17
1
-1
/
+2
*
bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128
Pedro Alves
2017-02-17
1
-30
/
+57
*
bfd: Improve lookup of file / line information for errors
Andrew Burgess
2017-02-16
1
-0
/
+32
*
bfd/dwarf: Improve use of previously loaded dwarf information
Andrew Burgess
2017-02-16
1
-2
/
+21
*
Fix invalid memory access in the BFD library's DWARF parser.
Nick Clifton
2017-02-13
1
-0
/
+4
*
Add support for locating separate debug info files via the build-id method.
Nick Clifton
2017-01-12
1
-1
/
+5
*
Speed up objdump when displaying disassembly mixed with line number and sourc...
Nick Clifton
2017-01-09
1
-0
/
+6
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
*
BFD/DWARF2: Correct an `index' global shadowing error
Maciej W. Rozycki
2016-11-21
1
-10
/
+10
*
Fix bfd/dwarf2.c build breakage
Pedro Alves
2016-11-08
1
-1
/
+1
*
Greatly improve the speed if looking up DWARF line number information.
Igor Tsimbalist
2016-11-08
1
-82
/
+295
*
Add c-format tags to translatable strings with more than one argument-using f...
Nick Clifton
2016-10-19
1
-0
/
+3
*
Remove syntactic sugar
Alan Modra
2016-09-30
1
-25
/
+25
*
Ignore DWARF debug information with a version of 0 - assume that it is padding.
Nick Clifton
2016-04-04
1
-13
/
+21
*
Attribute with DW_FORM_flag_present
Alan Modra
2016-03-22
1
-1
/
+1
*
Set BFD_DECOMPRESS to decompress debug sections
H.J. Lu
2016-01-28
1
-1
/
+3
*
Copyright update for binutils
Alan Modra
2016-01-01
1
-1
/
+1
*
addr2line vs. inlined C functions called from C++
Alan Modra
2015-12-02
1
-13
/
+22
*
bfd: Fix left shift of negative value.
Dominik Vogt
2015-11-09
1
-2
/
+2
*
Allows the binutils to cope with PE binaries where the section addresses have...
Nick Clifton
2015-03-05
1
-0
/
+51
*
fix dbb3fbbb dwarf2.c breakage
Alan Modra
2015-02-15
1
-12
/
+12
*
Fix memory access violations triggered by running addr2line on fuzzed binaries.
Nick Clifton
2015-02-12
1
-130
/
+278
*
Fixes for memory access violations triggered by running addr2line on fuzzed b...
Nick Clifton
2015-01-27
1
-1
/
+16
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
Don't return DW_AT_name for function name in C++
Alan Modra
2014-12-10
1
-32
/
+196
*
Don't access elf tdata in dwarf.c without first checking for an ELF bfd
Alan Modra
2014-12-10
1
-2
/
+5
*
Merge bfd_find_nearest_line variants
Alan Modra
2014-10-15
1
-62
/
+20
*
This fixes a typo in a previous commit.
Chen Gang
2014-09-15
1
-1
/
+1
*
Fixes a problem displaying the contents of a binary containing corrupt debug
Nick Clifton
2014-06-26
1
-4
/
+18
*
addr2line: fix missing inlined frames.
Tristan Gingold
2014-05-28
1
-9
/
+18
*
PR16867, linking object with separate debug file
Alan Modra
2014-04-24
1
-135
/
+171
*
PR ld/16787, stale dwarf2 stash
Alan Modra
2014-04-23
1
-7
/
+78
*
Update copyright years
Alan Modra
2014-03-05
1
-1
/
+1
*
When parsing a DW_FORM_ref_addr attribute the CU containing the
Nick Clifton
2014-01-28
1
-0
/
+24
*
PR binutils/15994
Nick Clifton
2013-10-25
1
-1
/
+1
*
PR binutils/15994
Nick Clifton
2013-10-25
1
-28
/
+67
*
* dwarf2.c (struct dwarf2_debug): Add fields for handling
Nick Clifton
2013-05-29
1
-6
/
+142
*
Remove trailing white spaces in bfd
H.J. Lu
2013-01-10
1
-3
/
+3
*
Remove trailing redundant `;'
H.J. Lu
2012-11-09
1
-1
/
+1
*
* dwarf2.c (struct dwarf2_debug): Add close_on_cleanup.
Alan Modra
2012-08-01
1
-3
/
+8
*
2012-07-26 Teresa Johnson <tejohnson@google.com>
Cary Coutant
2012-07-26
1
-0
/
+2
*
2012-07-24 Teresa Johnson <tejohnson@google.com>
Cary Coutant
2012-07-24
1
-10
/
+29
*
* dwarf2.c: Formatting.
Alan Modra
2012-05-16
1
-73
/
+115
*
2012-05-03 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2012-05-03
1
-2
/
+6
*
* dwarf2.c (scan_unit_for_symbols): Account for DW_AT_high_pc
Mark Wielaard
2012-04-27
1
-0
/
+9
*
2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Tristan Gingold
2012-01-04
1
-109
/
+125
*
2011-12-13 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Tristan Gingold
2011-12-13
1
-8
/
+3
*
2011-09-30 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2011-09-30
1
-32
/
+54
*
* dwarf2.c (dwarf_debug_sections): Add .debug_macro
Jakub Jelinek
2011-07-26
1
-0
/
+2
[next]