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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
xcoffread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Remove unused extra_lines variable
Tsukasa OI
2022-09-30
1
-8
/
+0
*
Use gdb_bfd_ref_ptr in objfile
Tom Tromey
2022-08-03
1
-11
/
+11
*
gdb: add "id" fields to identify symtabs and subfiles
Simon Marchi
2022-07-29
1
-0
/
+1
*
Rewrite registry.h
Tom Tromey
2022-07-28
1
-1
/
+1
*
Fix warning-avoidance initialization in xcoffread.c
Tom Tromey
2022-06-10
1
-1
/
+1
*
ODR warnings for "struct coff_symbol"
Tom Tromey
2022-06-02
1
-10
/
+10
*
ODR warning for "struct find_targ_sec_arg"
Tom Tromey
2022-06-02
1
-3
/
+4
*
ODR warnings for struct symloc
Tom Tromey
2022-06-02
1
-14
/
+14
*
Always use dwarf2_initialize_objfile
Tom Tromey
2022-04-21
1
-3
/
+1
*
gdb: change subfile::line_vector to an std::vector
Simon Marchi
2022-04-12
1
-87
/
+31
*
gdb: use std::vector for temporary linetable_entry array in arrange_linetable
Simon Marchi
2022-04-12
1
-47
/
+31
*
gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings
Simon Marchi
2022-04-12
1
-2
/
+1
*
gdb: allocate subfile with new
Simon Marchi
2022-04-12
1
-8
/
+2
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-4
/
+3
*
gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab
Simon Marchi
2022-04-04
1
-13
/
+15
*
gdb: make use of std::string in dbxread.c and xcoffread.c
Andrew Burgess
2022-02-21
1
-14
/
+4
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_DOMAIN macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
Simon Marchi
2022-02-06
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: adjust x_file fields on COFF readers
Clément Chigot
2021-11-10
1
-3
/
+3
*
gdb: fix some indentation issues
Simon Marchi
2021-05-27
1
-12
/
+13
*
gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab
Simon Marchi
2021-04-02
1
-2
/
+2
*
Allow multiple partial symbol readers per objfile
Tom Tromey
2021-03-20
1
-1
/
+3
*
Add partial_symtabs parameter to psymtab construction functions
Tom Tromey
2021-03-20
1
-14
/
+25
*
Remove sym_fns::sym_read_psymbols
Tom Tromey
2021-03-20
1
-1
/
+0
*
Change how some psymbol readers access the psymtab storage
Tom Tromey
2021-03-20
1
-8
/
+14
*
Move sym_fns::qf to objfile
Tom Tromey
2021-03-20
1
-1
/
+0
*
Introduce dwarf2/public.h
Tom Tromey
2021-03-20
1
-0
/
+1
*
Create new file dwarf2/sect-names.h
Tom Tromey
2021-03-06
1
-0
/
+1
*
gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
Andrew Burgess
2021-02-10
1
-4
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-41
/
+41
*
Change end_psymtab_common to a method
Tom Tromey
2020-11-01
1
-1
/
+1
*
Remove parameter from end_psymtab_common
Tom Tromey
2020-11-01
1
-1
/
+1
*
Remove init_psymbol_list
Tom Tromey
2020-11-01
1
-6
/
+0
*
Have partial symbol tables own psymbol vectors
Tom Tromey
2020-10-17
1
-54
/
+53
*
Fix two out-of-date comments
Tom Tromey
2020-08-28
1
-2
/
+1
*
Remove obsolete gdbarch_static_transform_name
Rainer Orth
2020-06-25
1
-5
/
+0
*
Remove allocate_symbol et al
Tom Tromey
2020-05-15
1
-8
/
+1
*
Change get_objfile_arch to a method on objfile
Tom Tromey
2020-04-18
1
-2
/
+2
*
gdb: rename partial symtab expand functions of debug info readers using legac...
Simon Marchi
2020-03-29
1
-2
/
+2
*
gdb: rename partial_symtab::read_dependencies to expand_dependencies
Simon Marchi
2020-03-29
1
-1
/
+1
*
gdb: remove discard_psymtab function
Simon Marchi
2020-03-29
1
-1
/
+1
*
gdb: Add support for tracking the DWARF line table is-stmt field
Andrew Burgess
2020-03-10
1
-0
/
+4
*
Consolidate partial symtab dependency reading
Tom Tromey
2020-01-26
1
-28
/
+2
*
Introduce partial_symtab::expand_psymtab method
Tom Tromey
2020-01-26
1
-4
/
+5
*
Consolidate psymtab "Reading" messages
Tom Tromey
2020-01-26
1
-19
/
+1
*
Introduce partial_symtab::read_symtab method
Tom Tromey
2020-01-26
1
-21
/
+22
*
Turn start_psymtab_common into a constructor
Tom Tromey
2020-01-26
1
-5
/
+2
[next]