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
/
gdb
/
coffread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change some arguments to gdb::string_view instead of name+len
Christian Biesinger
2019-10-29
1
-3
/
+2
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Change SYMBOL_VALUE_ADDRESS to be an rvalue
Tom Tromey
2019-10-02
1
-6
/
+8
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-6
/
+6
*
bfd_get_filename
Alan Modra
2019-09-06
1
-1
/
+1
*
Use obstack_strdup more
Tom Tromey
2019-08-06
1
-8
/
+3
*
Replace uses of concat with xstrdup
Tom Tromey
2019-06-16
1
-1
/
+1
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-4
/
+2
*
Delay allocation of dbx_symfile_info
Tom Tromey
2019-06-10
1
-7
/
+0
*
Convert coffread.c to type-safe registry API
Tom Tromey
2019-05-08
1
-26
/
+12
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-17
/
+17
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-17
/
+17
*
More block constification
Tom Tromey
2019-03-24
1
-1
/
+1
*
Slightly simplify minsym creation
Tom Tromey
2019-03-15
1
-1
/
+2
*
Remove cleanups from coffread.c
Tom Tromey
2019-03-06
1
-81
/
+34
*
Fix coff_start_symtab resource leak found by Coverity
Gary Benson
2019-03-01
1
-4
/
+1
*
Make minimal symbol range adapter a method on objfile
Tom Tromey
2019-01-17
1
-1
/
+1
*
Add compunits range adapter to objfile
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove ALL_OBJFILE_FILETABS
Tom Tromey
2019-01-09
1
-2
/
+5
*
Remove ALL_COMPUNIT_FILETABS
Tom Tromey
2019-01-09
1
-2
/
+0
*
Remove ALL_OBJFILE_COMPUNITS
Tom Tromey
2019-01-09
1
-1
/
+0
*
Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
Tom Tromey
2019-01-09
1
-3
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Avoid internal errors when stepping outside 'main' on MinGW
Eli Zaretskii
2018-12-28
1
-2
/
+4
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-6
/
+6
*
Avoid two uninitialized warnings from gcc
Tom Tromey
2018-10-03
1
-1
/
+1
*
Introduce buildsym-legacy.h
Tom Tromey
2018-07-20
1
-1
/
+1
*
Remove buildsym_init
Tom Tromey
2018-07-20
1
-1
/
+0
*
Move the symbol lists to buildsym_compunit
Tom Tromey
2018-07-20
1
-15
/
+15
*
Remove the "listhead" argument from finish_block
Tom Tromey
2018-07-20
1
-2
/
+2
*
Move current_subfile to buildsym_compunit
Tom Tromey
2018-07-20
1
-4
/
+4
*
Move the context stack to buildsym_compunit
Tom Tromey
2018-07-20
1
-8
/
+8
*
Use scoped_free_pendings in coff_symtab_read
Tom Tromey
2018-07-17
1
-0
/
+3
*
Use outermost_context_p in more places
Tom Tromey
2018-07-16
1
-4
/
+4
*
Move within_function to stabsread
Tom Tromey
2018-07-16
1
-0
/
+1
*
Move last_source_start_addr to buildsym_compunit
Tom Tromey
2018-07-16
1
-3
/
+3
*
Make dwarf2_free_objfile static
Tom Tromey
2018-06-28
1
-2
/
+0
*
Remove TYPE_TAG_NAME
Tom Tromey
2018-06-01
1
-14
/
+2
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-20
/
+10
*
Fix "obvious" fall-through warnings
Tom Tromey
2018-05-04
1
-0
/
+1
*
Fix "fall through" comments
Tom Tromey
2018-05-04
1
-1
/
+2
*
Make find_separate_debug_file* return std::string
Simon Marchi
2018-03-08
1
-9
/
+6
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Add support for the readnever concept
Sergio Durigan Junior
2017-12-01
1
-1
/
+2
*
Revert "Add support for the readnever concept"
Sergio Durigan Junior
2017-12-01
1
-2
/
+1
*
Add support for the readnever concept
Sergio Durigan Junior
2017-12-01
1
-1
/
+2
*
Per-language symbol name hashing algorithm
Pedro Alves
2017-11-08
1
-1
/
+3
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-3
/
+3
[next]