| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unnecessary includes from *-exp.y | Tom Tromey | 2023-03-20 | 1 | -3/+0 |
* | Avoid manual memory management in go-lang.c | Tom Tromey | 2023-02-17 | 1 | -4/+4 |
* | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 2023-01-01 | 1 | -1/+1 |
* | gdb: remove TYPE_LENGTH | Simon Marchi | 2022-09-21 | 1 | -1/+1 |
* | [gdb/go] Fix literal truncation | Tom de Vries | 2022-06-04 | 1 | -66/+29 |
* | Fix undefined behavior in the Fortran, Go and Pascal number parsers | Pedro Alves | 2022-04-08 | 1 | -7/+5 |
* | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 2022-02-06 | 1 | -1/+1 |
* | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 2022-02-06 | 1 | -1/+1 |
* | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 2022-02-06 | 1 | -1/+1 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | Use for-each more in gdb | Tom Tromey | 2021-12-08 | 1 | -13/+12 |
* | Use block_symbol in var_value_operation | Tom Tromey | 2021-04-15 | 1 | -2/+1 |
* | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 2021-03-08 | 1 | -1/+1 |
* | Remove BINOP_END | Tom Tromey | 2021-03-08 | 1 | -13/+13 |
* | Convert go-exp.y to use operations | Tom Tromey | 2021-03-08 | 1 | -101/+112 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | gdb: move go_language class declaration into header file | Andrew Burgess | 2020-12-23 | 1 | -1/+3 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 1 | -7/+7 |
* | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 2020-09-14 | 1 | -1/+1 |
* | gdb: remove TYPE_CODE macro | Simon Marchi | 2020-05-14 | 1 | -1/+1 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 1 | -1/+1 |
* | Make copy_name return std::string | Tom Tromey | 2019-04-19 | 1 | -25/+20 |
* | Move innermost_block_tracker global to parse_state | Tom Tromey | 2019-04-04 | 1 | -1/+1 |
* | Move completion parsing to parser_state | Tom Tromey | 2019-04-04 | 1 | -4/+4 |
* | Move arglist_len et al to parser_state | Tom Tromey | 2019-04-04 | 1 | -6/+6 |
* | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 2019-04-04 | 1 | -20/+20 |
* | Move comma_terminates global to parser_state | Tom Tromey | 2019-04-04 | 1 | -1/+1 |
* | Remove paren_depth global | Tom Tromey | 2019-04-04 | 1 | -0/+4 |
* | Move expression_context_* globals to parser_state | Tom Tromey | 2019-04-04 | 1 | -3/+3 |
* | Turn parse_language into a method | Tom Tromey | 2019-04-04 | 1 | -1/+1 |
* | Turn parse_gdbarch into a method | Tom Tromey | 2019-04-04 | 1 | -10/+10 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Remove some uses of VEC from parsers | Tom Tromey | 2018-08-28 | 1 | -14/+10 |
* | Remove la_error | Tom Tromey | 2018-06-18 | 1 | -3/+3 |
* | Fix "fall through" comments | Tom Tromey | 2018-05-04 | 1 | -1/+1 |
* | gdb: New API for tracking innermost block | Andrew Burgess | 2018-01-21 | 1 | -6/+1 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 2017-10-25 | 1 | -28/+32 |
* | Remove last cleanups from go-exp.y | Tom Tromey | 2017-09-06 | 1 | -10/+1 |
* | Remove make_cleanup_clear_parser_state | Tom Tromey | 2017-09-06 | 1 | -1/+1 |
* | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 2017-06-27 | 1 | -4/+5 |
* | Use scoped_restore in more places | Tom Tromey | 2017-04-12 | 1 | -2/+2 |
* | -Wwrite-strings: The Rest | Pedro Alves | 2017-04-05 | 1 | -3/+3 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 2016-04-22 | 1 | -53/+4 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | [C++] Add casts to obstack_base calls | Simon Marchi | 2015-11-18 | 1 | -2/+2 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -4/+4 |
* | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2015-08-25 | 1 | -4/+1 |
* | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2015-08-01 | 1 | -15/+17 |