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-02-17 | Avoid manual memory management in go-lang.c | Tom Tromey | 1 | -4/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-06-04 | [gdb/go] Fix literal truncation | Tom de Vries | 1 | -66/+29 |
2022-04-08 | Fix undefined behavior in the Fortran, Go and Pascal number parsers | Pedro Alves | 1 | -7/+5 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
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-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Remove BINOP_END | Tom Tromey | 1 | -13/+13 |
2021-03-08 | Convert go-exp.y to use operations | Tom Tromey | 1 | -101/+112 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: move go_language class declaration into header file | Andrew Burgess | 1 | -1/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
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 | -25/+20 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -1/+1 |
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 | -6/+6 |
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 | -3/+3 |
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 | -10/+10 |
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 | -14/+10 |
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 | -6/+1 |
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 | -28/+32 |
2017-09-06 | Remove last cleanups from go-exp.y | Tom Tromey | 1 | -10/+1 |
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 | -4/+5 |
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-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -53/+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 | -2/+2 |