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
/
buildsym.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Rename remaining members of buildsym_compunit to start with "m_"
Keith Seitz
2018-07-20
1
-15
/
+15
*
Remove record_line_ftype
Tom Tromey
2018-07-20
1
-4
/
+0
*
Introduce buildsym-legacy.h
Tom Tromey
2018-07-20
1
-142
/
+0
*
Move struct buildsym_compunit to buildsym.h
Tom Tromey
2018-07-20
1
-0
/
+288
*
Remove EXTERN from buildsym.h
Tom Tromey
2018-07-20
1
-12
/
+1
*
Remove buildsym_init
Tom Tromey
2018-07-20
1
-2
/
+0
*
Move the symbol lists to buildsym_compunit
Tom Tromey
2018-07-20
1
-14
/
+12
*
Remove the "listhead" argument from finish_block
Tom Tromey
2018-07-20
1
-1
/
+0
*
Move pending_blocks and pending_block_obstack to buildsym_compunit
Tom Tromey
2018-07-20
1
-1
/
+1
*
Move current_subfile to buildsym_compunit
Tom Tromey
2018-07-20
1
-2
/
+4
*
Move the context stack to buildsym_compunit
Tom Tromey
2018-07-20
1
-10
/
+14
*
Move the using directives to buildsym_compunit
Tom Tromey
2018-07-16
1
-8
/
+12
*
Make free_pending_blocks static
Tom Tromey
2018-07-16
1
-3
/
+1
*
Move the subfile stack to buildsym_compunit
Tom Tromey
2018-07-16
1
-2
/
+2
*
Remove merge_symbol_lists
Tom Tromey
2018-07-16
1
-3
/
+0
*
Move scan_file_globals declaration to stabsread.h
Tom Tromey
2018-07-16
1
-4
/
+0
*
Remove buildsym_new_init
Tom Tromey
2018-07-16
1
-3
/
+1
*
Move within_function to stabsread
Tom Tromey
2018-07-16
1
-5
/
+0
*
Move processing_gcc to stabsread
Tom Tromey
2018-07-16
1
-5
/
+0
*
Move some code from buildsym to stabsread
Tom Tromey
2018-07-16
1
-15
/
+0
*
Make context_stack_size static in buildsym.c
Tom Tromey
2018-07-16
1
-4
/
+0
*
Move processing_acc_compilation to dbxread.c
Tom Tromey
2018-07-16
1
-8
/
+0
*
Move last_source_start_addr to buildsym_compunit
Tom Tromey
2018-07-16
1
-6
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Per-language symbol name hashing algorithm
Pedro Alves
2017-11-08
1
-1
/
+3
*
Replace really_free_pendings with a scoped_ class
Tom Tromey
2017-11-04
1
-1
/
+9
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-2
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
DWARF: handle non-local references in nested functions
Pierre-Marie de Rodat
2015-08-25
1
-3
/
+12
*
[Ada] Add support for subprogram renamings
Pierre-Marie de Rodat
2015-08-13
1
-2
/
+6
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Make buildsym set-up/tear-down more consistent, and document it.
Doug Evans
2014-12-17
1
-2
/
+3
*
Split struct symtab into two: struct symtab and compunit_symtab.
Doug Evans
2014-11-20
1
-23
/
+35
*
buildsym API cleanup
Doug Evans
2014-11-18
1
-13
/
+7
*
Create a typedef for record_line: record_line_ftype.
Doug Evans
2014-08-22
1
-1
/
+5
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
* buildsym.c (subfile_stack): Move here from buildsym.h.
Doug Evans
2013-08-20
1
-29
/
+4
*
* buildsym.c (patch_subfile_names): Use set_last_source_file.
Tom Tromey
2013-01-21
1
-7
/
+11
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
* buildsym.c (struct pending_block): Move from buildsym.h.
Tom Tromey
2012-12-10
1
-15
/
+1
*
* buildsym.h (param_symbols): Delete, unused.
Doug Evans
2012-09-19
1
-8
/
+0
*
* dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
Tom Tromey
2012-07-18
1
-1
/
+2
*
gdb/
Jan Kratochvil
2012-07-13
1
-0
/
+9
*
* buildsym.c (finish_block_internal): New arg "expandable".
Doug Evans
2012-07-10
1
-0
/
+9
*
* buildsym.c (add_free_pendings): Remove.
Tom Tromey
2012-04-23
1
-2
/
+0
*
* buildsym.c (record_pending_block): Now static.
Tom Tromey
2012-03-12
1
-8
/
+0
[next]