Age | Commit message (Expand) | Author | Files | Lines |
2021-07-02 | Use 'const' in ada-exp.y | Tom Tromey | 1 | -10/+10 |
2021-04-28 | Fix Ada overloading with 'null' | Tom Tromey | 1 | -1/+5 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -14/+11 |
2021-03-15 | Fix unary + in Ada | Tom Tromey | 1 | -3/+5 |
2021-03-15 | Implement Ada operator overloading | Tom Tromey | 1 | -35/+120 |
2021-03-15 | Fix Ada assignment resolution | Tom Tromey | 1 | -1/+11 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -2/+1 |
2021-03-08 | Convert ada-exp.y to use operations | Tom Tromey | 1 | -203/+453 |
2021-03-03 | Minor Ada-related cleanups | Tom Tromey | 1 | -1/+1 |
2021-03-02 | Return a vector from ada_lookup_symbol_list | Tom Tromey | 1 | -19/+16 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-12 | gdb: rewrite how per language primitive types are managed | Andrew Burgess | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -45/+45 |
2020-10-09 | Return std::string from ada_encode | Tom Tromey | 1 | -4/+9 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use a member function to set a symbol's language | Christian Biesinger | 1 | -1/+1 |
2019-12-16 | Use symbol_set_language to set a symbol's language | Christian Biesinger | 1 | -1/+1 |
2019-11-27 | Replace SYMBOL_SET_LINKAGE_NAME with a member function | Christian Biesinger | 1 | -2/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+2 |
2019-11-12 | Make struct symbol inherit from general_symbol_info | Christian Biesinger | 1 | -2/+1 |
2019-09-23 | Make ada_decode not use a static buffer | Christian Biesinger | 1 | -1/+1 |
2019-08-15 | Fix bug with character enumeration literal | Tom Tromey | 1 | -1/+4 |
2019-08-06 | Introduce obstack_strndup | Tom Tromey | 1 | -9/+6 |
2019-07-01 | Remove is_a_field_of_this from ada_lookup_symbol | Tom Tromey | 1 | -1/+1 |
2019-05-28 | Remove find_old_style_renaming_symbol | Tom Tromey | 1 | -13/+0 |
2019-05-03 | Fix cast of character to enum type in Ada | Tom Tromey | 1 | -1/+9 |
2019-05-03 | Add noyywrap to ada-lex.l | Dilyan Palauzov | 1 | -1/+0 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -3/+4 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -3/+3 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -4/+4 |
2019-01-08 | Fix build failure with macOS bison | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -2/+2 |
2018-06-04 | Remove last Ada cleanups | Tom Tromey | 1 | -30/+9 |
2018-01-21 | gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up | Andrew Burgess | 1 | -1/+1 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -5/+1 |
2018-01-05 | (Ada) problem printing renaming which references a subprogram parameter | Joel Brobecker | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-01 | (Ada) GDB crash printing expression with type casting | Joel Brobecker | 1 | -5/+30 |
2017-11-08 | local variable watchpoint not deleted after leaving scope | Joel Brobecker | 1 | -9/+7 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -20/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -6/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |