Age | Commit message (Expand) | Author | Files | Lines |
2022-04-11 | gdb/fortran: rewrite intrinsic handling and add some missing overloads | Nils-Christian Kempke | 1 | -48/+164 |
2022-04-11 | gdb/fortran: Change GDB print for fortran default types | Nils-Christian Kempke | 1 | -2/+2 |
2022-04-11 | gdb/fortran: clean-up Fortran intrinsic types | Nils-Christian Kempke | 1 | -12/+12 |
2022-04-11 | gdb/fortran: change default logical type to builtin_logical | Nils-Christian Kempke | 1 | -1/+1 |
2022-04-11 | gdb/fortran: reformat build_fortran_types in f-lang.c | Nils-Christian Kempke | 1 | -10/+8 |
2022-04-11 | gdb/fortran: fix complex type in Fortran builtin types | Nils-Christian Kempke | 1 | -8/+8 |
2022-04-11 | gdb/f-lang: remove hidden ^L characters | Nils-Christian Kempke | 1 | -3/+0 |
2022-04-11 | gdb/f-lang: add Integer*1 to Fortran builtin types | Nils-Christian Kempke | 1 | -0/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+6 |
2022-01-19 | Respect `set print array-indexes' with Fortran arrays | Maciej W. Rozycki | 1 | -3/+19 |
2022-01-19 | Respect `set print repeats' with Fortran arrays | Maciej W. Rozycki | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+6 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -17/+14 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-04-07 | gdb/fortran: handle dynamic types within arrays and structures | Andrew Burgess | 1 | -0/+40 |
2021-03-09 | gdb/fortran: Add 'LOC' intrinsic support. | Felix Willgerodt | 1 | -0/+19 |
2021-03-09 | gdb/fotran: add support for the 'shape' keyword | Andrew Burgess | 1 | -0/+81 |
2021-03-09 | gdb/fortran: add support for 'SIZE' keyword | Andrew Burgess | 1 | -0/+97 |
2021-03-09 | gdb/fortran: add support for RANK keyword | Andrew Burgess | 1 | -0/+20 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -12/+0 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -28/+0 |
2021-03-08 | Remove now-unused Fortran evaluator code | Tom Tromey | 1 | -900/+0 |
2021-03-08 | Implement fortran_allocated_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Implement Fortran associated operations | Tom Tromey | 1 | -0/+20 |
2021-03-08 | Introduce classes for Fortran bound intrinsics | Tom Tromey | 1 | -0/+34 |
2021-03-08 | Introduce fortran_undetermined | Tom Tromey | 1 | -0/+531 |
2021-03-08 | Implement several Fortran operations | Tom Tromey | 1 | -14/+22 |
2021-03-08 | Split out eval_op_f_allocated | Tom Tromey | 1 | -7/+17 |
2021-03-08 | Split out fortran_require_array | Tom Tromey | 1 | -8/+18 |
2021-03-08 | Split out eval_op_f_kind | Tom Tromey | 1 | -17/+26 |
2021-03-08 | Split out eval_op_f_cmplx | Tom Tromey | 1 | -4/+14 |
2021-03-08 | Split out eval_op_f_modulo | Tom Tromey | 1 | -36/+44 |
2021-03-08 | Split out eval_op_f_floor | Tom Tromey | 1 | -13/+21 |
2021-03-08 | Split out eval_op_f_ceil | Tom Tromey | 1 | -13/+21 |
2021-03-08 | Split out eval_op_f_mod | Tom Tromey | 1 | -29/+39 |
2021-03-08 | Split out eval_op_f_abs | Tom Tromey | 1 | -20/+30 |
2021-02-25 | gdb/fortran: don't access non-existent type fields | Andrew Burgess | 1 | -18/+62 |
2021-02-25 | gdb/fortran: add support for ASSOCIATED builtin | Andrew Burgess | 1 | -14/+232 |
2021-02-12 | gdb/fortran: support ALLOCATED builtin | Andrew Burgess | 1 | -0/+21 |
2021-02-10 | gdb/fortran: add parser support for lbound and ubound | Andrew Burgess | 1 | -0/+172 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -3/+3 |
2021-01-08 | gdb/fortran: Correct the lval type for array elements of internal vars | Andrew Burgess | 1 | -5/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-24 | gdb: avoid resolving dynamic properties for non-allocated arrays | Andrew Burgess | 1 | -0/+4 |
2020-12-15 | Clean up arguments to evaluate_subexp_do_call | Tom Tromey | 1 | -2/+4 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -1/+1 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -19/+0 |
2020-11-19 | gdb: fix format string warnings in f-lang.c | Simon Marchi | 1 | -29/+36 |