Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-06-04 | [gdb/fortran] Fix literal truncation | Tom de Vries | 1 | -16/+15 |
2022-04-28 | Remove "typedef enum ..." | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb/fortran: rewrite intrinsic handling and add some missing overloads | Nils-Christian Kempke | 1 | -86/+229 |
2022-04-11 | gdb/fortran: rename f77_keywords to f_keywords | Nils-Christian Kempke | 1 | -2/+2 |
2022-04-11 | gdb/fortran: clean-up Fortran intrinsic types | Nils-Christian Kempke | 1 | -17/+33 |
2022-04-11 | gdb/fortran: fix complex type in Fortran builtin types | Nils-Christian Kempke | 1 | -13/+13 |
2022-04-11 | gdb/f-lang: add Integer*1 to Fortran builtin types | Nils-Christian Kempke | 1 | -1/+3 |
2022-04-08 | Fix undefined behavior in the Fortran, Go and Pascal number parsers | Pedro Alves | 1 | -4/+4 |
2022-04-08 | gdb/fortran: add support for accessing fields of extended types | Bernhard Heckel | 1 | -2/+5 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | Use for-each more in gdb | Tom Tromey | 1 | -23/+23 |
2021-04-07 | gdb/fortran: handle dynamic types within arrays and structures | Andrew Burgess | 1 | -4/+5 |
2021-03-09 | gdb/fortran: Add 'LOC' intrinsic support. | Felix Willgerodt | 1 | -0/+4 |
2021-03-09 | gdb/fotran: add support for the 'shape' keyword | Andrew Burgess | 1 | -0/+4 |
2021-03-09 | gdb/fortran: add support for 'SIZE' keyword | Andrew Burgess | 1 | -0/+8 |
2021-03-09 | gdb/fortran: add support for RANK keyword | Andrew Burgess | 1 | -0/+4 |
2021-03-08 | Remove BINOP_END | Tom Tromey | 1 | -37/+37 |
2021-03-08 | Convert f-exp.y to use operations | Tom Tromey | 1 | -132/+225 |
2021-02-25 | gdb/fortran: add support for ASSOCIATED builtin | Andrew Burgess | 1 | -0/+1 |
2021-02-25 | gdb/fortran: add support for legacy .xor. operator | Andrew Burgess | 1 | -0/+1 |
2021-02-12 | gdb/fortran: support ALLOCATED builtin | Andrew Burgess | 1 | -0/+1 |
2021-02-10 | gdb/fortran: add parser support for lbound and ubound | Andrew Burgess | 1 | -0/+18 |
2021-02-05 | Extract symbol-writing function from parsers | Tom Tromey | 1 | -26/+3 |
2021-01-12 | gdb/fortran: add symbol base comparison operators | Andrew Burgess | 1 | -18/+18 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Avoid side effects in expression lexers | Tom Tromey | 1 | -6/+4 |
2020-11-14 | gdb: add tab completion of type field names for Fortran | Andrew Burgess | 1 | -4/+47 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-10-23 | gdb: move f_language class into a header file | Andrew Burgess | 1 | -1/+1 |
2020-10-22 | gdb/fortran: add support for parsing array strides in expressions | Andrew Burgess | 1 | -0/+36 |
2020-10-22 | gdb: Convert enum range_type to a bit field enum | Andrew Burgess | 1 | -5/+9 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | gdb/fortran: Support for single/double type modifiers | Andrew Burgess | 1 | -1/+16 |
2019-08-22 | gdb/fortran: Remove some dead code from the parser | Andrew Burgess | 1 | -11/+3 |
2019-04-30 | gdb/fortran: Additional builtin procedures | Andrew Burgess | 1 | -2/+11 |
2019-04-30 | gdb/fortran: Introduce fortran-operator.def file | Andrew Burgess | 1 | -1/+1 |
2019-04-19 | Make copy_name return std::string | Tom Tromey | 1 | -6/+6 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move type stack handling to a new class | Tom Tromey | 1 | -11/+19 |
2019-04-04 | Move arglist_len et al to parser_state | Tom Tromey | 1 | -5/+5 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -21/+21 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -0/+4 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -2/+2 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -8/+8 |