Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |