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
/
parser-defs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make copy_name return std::string
Tom Tromey
2019-04-19
1
-1
/
+1
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-21
/
+13
*
Move type stack handling to a new class
Tom Tromey
2019-04-04
1
-59
/
+0
*
Move completion parsing to parser_state
Tom Tromey
2019-04-04
1
-11
/
+42
*
Move arglist_len et al to parser_state
Tom Tromey
2019-04-04
1
-7
/
+32
*
Move lexptr and prev_lexptr to parser_state
Tom Tromey
2019-04-04
1
-11
/
+13
*
Move comma_terminates global to parser_state
Tom Tromey
2019-04-04
1
-6
/
+8
*
Remove paren_depth global
Tom Tromey
2019-04-04
1
-4
/
+0
*
Move expression_context_* globals to parser_state
Tom Tromey
2019-04-04
1
-12
/
+17
*
Make base class for parser_state
Tom Tromey
2019-04-04
1
-18
/
+38
*
Turn parse_language into a method
Tom Tromey
2019-04-04
1
-2
/
+7
*
Turn parse_gdbarch into a method
Tom Tromey
2019-04-04
1
-1
/
+7
*
Remove parser_state "initial_size" parameter
Tom Tromey
2019-04-04
1
-4
/
+3
*
Make increase_expout_size static
Tom Tromey
2019-04-04
1
-6
/
+0
*
Have parser reset the innermost block tracker
Tom Tromey
2019-03-23
1
-20
/
+3
*
gdb/fortran: Add Fortran 'kind' intrinsic and keyword
Andrew Burgess
2019-03-06
1
-1
/
+2
*
Add ATTRIBUTE_UNUSED_RESULT to parser_state
Tom Tromey
2019-03-05
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Use std::vector in type stacks
Tom Tromey
2019-01-06
1
-7
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Implement struct type_stack with a vector
Simon Marchi
2018-08-28
1
-5
/
+1
*
gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up
Andrew Burgess
2018-01-21
1
-9
/
+38
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-3
/
+45
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parser_state
Tom Tromey
2017-12-30
1
-20
/
+16
*
Target FP: Use target format throughout expression parsing
Ulrich Weigand
2017-10-25
1
-9
/
+3
*
Make "p S::method() const::static_var" work too
Pedro Alves
2017-09-04
1
-0
/
+2
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-3
/
+3
*
Support rvalue reference type in parser
Artemiy Volkov
2017-03-20
1
-0
/
+1
*
Make length_of_subexp static
Simon Marchi
2017-03-14
1
-2
/
+0
*
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
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-1
/
+1
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Move block_found decl to symtab.h.
Doug Evans
2014-10-26
1
-5
/
+0
*
Update comments to operator_check
Yao Qi
2014-07-30
1
-8
/
+8
*
Remove `expout*' globals from parser-defs.h
Sergio Durigan Junior
2014-03-27
1
-29
/
+54
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Constification of parse_linespec and fallout:
Keith Seitz
2013-10-02
1
-4
/
+4
*
remove msymbol_objfile
Tom Tromey
2013-08-05
1
-1
/
+1
*
I found this issue when I was debugging something else on IA-64. Both
Sergio Durigan Junior
2013-06-26
1
-0
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
* ada-lang.c (ada_make_symbol_completion_list): Add 'code'
Tom Tromey
2012-12-07
1
-0
/
+4
*
* ada-exp.y (write_object_renaming, write_var_or_type)
Tom Tromey
2012-12-03
1
-4
/
+4
*
Document exp_descriptor.op_name should never return NULL.
Joel Brobecker
2012-10-19
1
-1
/
+4
*
PR exp/9608:
Tom Tromey
2012-07-06
1
-1
/
+8
*
* c-exp.y (%union) <type_stack>: New field.
Tom Tromey
2012-07-06
1
-1
/
+12
*
* parser-defs.h (type_stack, type_stack_size, type_stack_depth):
Tom Tromey
2012-07-06
1
-2
/
+12
*
PR exp/9514:
Tom Tromey
2012-06-19
1
-1
/
+3
[next]