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
/
parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
gdb/fortran: Introduce fortran-operator.def file
Andrew Burgess
2019-04-30
1
-1
/
+0
*
Make copy_name return std::string
Tom Tromey
2019-04-19
1
-28
/
+9
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-2
/
+2
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-6
/
+4
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-18
/
+18
*
Move type stack handling to a new class
Tom Tromey
2019-04-04
1
-333
/
+0
*
Move completion parsing to parser_state
Tom Tromey
2019-04-04
1
-51
/
+42
*
Move arglist_len et al to parser_state
Tom Tromey
2019-04-04
1
-32
/
+0
*
Move lexptr and prev_lexptr to parser_state
Tom Tromey
2019-04-04
1
-8
/
+3
*
Move comma_terminates global to parser_state
Tom Tromey
2019-04-04
1
-4
/
+1
*
Remove paren_depth global
Tom Tromey
2019-04-04
1
-2
/
+0
*
Move expression_context_* globals to parser_state
Tom Tromey
2019-04-04
1
-6
/
+6
*
Make base class for parser_state
Tom Tromey
2019-04-04
1
-21
/
+21
*
Turn parse_gdbarch into a method
Tom Tromey
2019-04-04
1
-2
/
+2
*
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
-2
/
+7
*
More block constification
Tom Tromey
2019-03-24
1
-2
/
+1
*
Have parser reset the innermost block tracker
Tom Tromey
2019-03-23
1
-19
/
+12
*
gdb/fortran: Add Fortran 'kind' intrinsic and keyword
Andrew Burgess
2019-03-06
1
-0
/
+1
*
Use std::vector in type stacks
Tom Tromey
2019-01-06
1
-18
/
+6
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-3
/
+3
*
Avoid undefined behavior in ada_operator_length
Tom Tromey
2018-10-03
1
-1
/
+5
*
Implement struct type_stack with a vector
Simon Marchi
2018-08-28
1
-69
/
+43
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
1
-2
/
+2
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+0
*
Remove la_error
Tom Tromey
2018-06-18
1
-2
/
+1
*
Add inclusive range support for Rust
Tom Tromey
2018-04-27
1
-0
/
+2
*
For PPC64/ELFv1: Introduce mst_data_gnu_ifunc
Pedro Alves
2018-04-26
1
-26
/
+19
*
Remove a cleanup from parse_expression_for_completion
Tom Tromey
2018-02-21
1
-16
/
+14
*
gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up
Andrew Burgess
2018-01-21
1
-2
/
+7
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-1
/
+10
*
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
-40
/
+37
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-2
/
+0
*
Target FP: Add string routines to target-float.{c,h}
Ulrich Weigand
2017-11-06
1
-9
/
+2
*
Target FP: Use target format throughout expression parsing
Ulrich Weigand
2017-10-25
1
-74
/
+17
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Change funcall_chain to be a std::vector
Tom Tromey
2017-09-06
1
-39
/
+7
*
Fix accessing TLS variables with no debug info
Jan Kratochvil
2017-09-06
1
-2
/
+10
*
Make "p S::method() const::static_var" work too
Pedro Alves
2017-09-04
1
-3
/
+30
*
Handle "p S::method()::static_var" in the C++ parser
Pedro Alves
2017-09-04
1
-0
/
+6
*
Eliminate UNOP_MEMVAL_TLS
Pedro Alves
2017-09-04
1
-10
/
+0
*
Introduce OP_VAR_MSYM_VALUE
Pedro Alves
2017-09-04
1
-32
/
+49
*
Remove make_cleanup_restore_current_language
Tom Tromey
2017-08-03
1
-11
/
+7
*
Support rvalue reference type in parser
Artemiy Volkov
2017-03-20
1
-17
/
+22
*
Change {lookup,make}_reference_type API
Artemiy Volkov
2017-03-20
1
-1
/
+1
[next]