Age | Commit message (Expand) | Author | Files | Lines |
2023-07-21 | Implement Ada target name symbol | Tom Tromey | 1 | -7/+34 |
2023-07-13 | Implement 'Enum_Val and 'Enum_Rep | Tom Tromey | 1 | -1/+13 |
2023-05-23 | Add PARSER_DEBUG flag | Tom Tromey | 1 | -1/+1 |
2023-04-17 | Add 128-bit integer support to the Ada parser | Tom Tromey | 1 | -4/+18 |
2023-04-17 | Remove some Ada parser helper functions | Tom Tromey | 1 | -43/+9 |
2023-03-20 | Remove some unnecessary includes from *-exp.y | Tom Tromey | 1 | -3/+0 |
2023-02-19 | Convert block_objfile to method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-18 | fixup! gdb, ada: update ada_lookup_simple_minsym | Markus Metzger | 1 | -3/+0 |
2022-10-18 | gdb, ada: update ada_lookup_simple_minsym | Markus Metzger | 1 | -1/+8 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 1 | -3/+1 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -2/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-07 | gdb: remove symtab::blockvector | Simon Marchi | 1 | -1/+2 |
2022-04-04 | Add context-sensitive field name completion to Ada parser | Tom Tromey | 1 | -6/+111 |
2022-04-04 | Remove the Ada DOT_ALL token | Tom Tromey | 1 | -9/+9 |
2022-04-04 | Implement completion for Ada attributes | Tom Tromey | 1 | -1/+30 |
2022-04-04 | Enable "set debug parser" for Ada | Tom Tromey | 1 | -0/+3 |
2022-03-16 | Reimplement array concatenation for Ada and D | Tom Tromey | 1 | -1/+1 |
2022-03-07 | Handle non-ASCII identifiers in Ada | Tom Tromey | 1 | -3/+7 |
2022-02-28 | Handle multi-byte bracket sequences in Ada lexer | Tom Tromey | 1 | -4/+12 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -7/+7 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-20 | gdb/ada-exp.y: Reformat comment to follow GDB's coding standards | Joel Brobecker | 1 | -9/+9 |
2021-08-02 | Remove the type_qualifier global | Tom Tromey | 1 | -13/+1 |
2021-08-02 | Defer Ada character literal resolution | Tom Tromey | 1 | -44/+3 |
2021-08-02 | Refactor Ada resolution | Tom Tromey | 1 | -10/+7 |
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 |