Age | Commit message (Expand) | Author | Files | Lines |
2024-10-22 | Implement 'Object_Size | Tom Tromey | 1 | -5/+7 |
2024-09-27 | gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabs | Simon Marchi | 1 | -1/+1 |
2024-09-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: pass program space to have_{full,partial}_symbols | Simon Marchi | 1 | -1/+3 |
2024-06-24 | Include needed unordered_map header | Martin Simmons | 1 | -0/+1 |
2024-06-14 | Simplify ada_lookup_encoded_symbol | Tom Tromey | 1 | -5/+5 |
2024-04-02 | Move "returned_complete" into ada_parse_state | Tom Tromey | 1 | -0/+7 |
2024-04-02 | Move "paren_depth" into ada_parse_state | Tom Tromey | 1 | -0/+3 |
2024-04-02 | Move "temp_parse_space" into ada_parse_state | Tom Tromey | 1 | -17/+11 |
2024-04-02 | Move "iterated_associations" into ada_parse_state | Tom Tromey | 1 | -13/+12 |
2024-04-02 | Move "assignments" global into ada_parse_state | Tom Tromey | 1 | -13/+12 |
2024-04-02 | Move "components" and "associations" into ada_parse_state | Tom Tromey | 1 | -17/+15 |
2024-04-02 | Move "int_storage" global into ada_parse_state | Tom Tromey | 1 | -6/+11 |
2024-04-02 | Introduce ada_parse_state | Tom Tromey | 1 | -17/+34 |
2024-04-02 | Implement Ada 2022 iterated assignment | Tom Tromey | 1 | -4/+48 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-21 | Implement Ada 2022 delta aggregates | Tom Tromey | 1 | -1/+11 |
2024-03-18 | Remove some unnecessary Ada expression code | Tom Tromey | 1 | -6/+6 |
2024-01-28 | Simplify some symbol searches in Ada code | Tom Tromey | 1 | -2/+2 |
2024-01-28 | Use domain_search_flags in lookup_global_symbol_language | Tom Tromey | 1 | -6/+7 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-04 | gdb: merge error handling from different expression parsers | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
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 |