Age | Commit message (Expand) | Author | Files | Lines |
2023-08-14 | [gdb/build] Fix struct token odr violation | Tom de Vries | 1 | -4/+4 |
2023-08-14 | [gdb/build] Fix struct token_and_value odr violation | Tom de Vries | 1 | -5/+5 |
2023-05-23 | Add PARSER_DEBUG flag | Tom Tromey | 1 | -1/+1 |
2023-03-20 | Remove some unnecessary includes from *-exp.y | Tom Tromey | 1 | -3/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | Use for-each more in gdb | Tom Tromey | 1 | -13/+12 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -2/+1 |
2021-04-01 | gdb: remove TYPE_DECLARED_CLASS | Simon Marchi | 1 | -1/+1 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -2/+1 |
2021-03-08 | Remove BINOP_END | Tom Tromey | 1 | -14/+14 |
2021-03-08 | Convert d-exp.y to use operations | Tom Tromey | 1 | -120/+129 |
2021-02-05 | Extract symbol-writing function from parsers | Tom Tromey | 1 | -29/+16 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -5/+5 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-19 | Make copy_name return std::string | Tom Tromey | 1 | -16/+15 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -2/+2 |
2019-04-04 | Move type stack handling to a new class | Tom Tromey | 1 | -7/+15 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -4/+4 |
2019-04-04 | Move arglist_len et al to parser_state | Tom Tromey | 1 | -8/+8 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -20/+20 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -0/+4 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -5/+6 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -3/+3 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-28 | Remove some uses of VEC from parsers | Tom Tromey | 1 | -31/+31 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -3/+3 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+1 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -9/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -39/+34 |
2017-09-06 | Remove last cleanups from d-exp.y | Tom Tromey | 1 | -17/+8 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -1/+1 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -5/+6 |
2017-04-12 | Use scoped_restore in more places | Tom Tromey | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-03-30 | Fix classification of `module.type' in D lexer. | Iain Buclaw | 1 | -0/+1 |
2017-01-08 | [D] Fix crash when debug expression enabled. | Iain Buclaw | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -59/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -3/+3 |