Age | Commit message (Expand) | Author | Files | Lines |
2024-05-03 | [gdb/testsuite] Use save_vars to restore GDBFLAGS | Tom de Vries | 1 | -8/+9 |
2024-03-25 | gdb: rename unwindonsignal to unwind-on-signal | Andrew Burgess | 1 | -1/+1 |
2024-02-02 | gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointers | Nils-Christian Kempke | 2 | -0/+223 |
2024-02-02 | gdb, types: Resolve pointer types dynamically | Bernhard Heckel | 3 | -1/+145 |
2024-01-28 | Use the new symbol domains | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 146 | -146/+146 |
2023-12-29 | dwarf, fortran: add support for DW_TAG_entry_point | Nils-Christian Kempke | 2 | -0/+151 |
2023-09-14 | [gdb/exp] Clean up asap in value_print_array_elements | Tom de Vries | 2 | -0/+116 |
2023-09-11 | testsuite, fortran: Fix regression due to fix for ifort's 'start' behavior | Ijaz, Abdul B | 1 | -5/+5 |
2023-09-08 | testsuite, fortran: make kfail gfortran specific | Nils-Christian Kempke | 1 | -1/+3 |
2023-09-08 | testsuite, fortran: adapt tests for ifort's 'start' behavior | Nils-Christian Kempke | 2 | -16/+8 |
2023-09-08 | testsuite, fortran: Remove self assignment non-statements | Nils-Christian Kempke | 3 | -7/+8 |
2023-09-08 | testsuite, fortran: make mixed-lang-stack less compiler dependent | Nils-Christian Kempke | 1 | -1/+8 |
2023-08-29 | [gdb/testsuite] Handle some test-cases with older compiler | Tom de Vries | 1 | -1/+1 |
2023-08-07 | gdb/fortran: Align intrinsic/variable precedence | Richard Bunt | 3 | -0/+125 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-19 | gdb: Remove redundant frame switching | Richard Bunt | 1 | -0/+12 |
2023-05-18 | gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function ... | Simon Marchi | 2 | -68/+18 |
2023-03-31 | GDB: Add `info main' command | Richard Bunt | 2 | -0/+61 |
2023-03-31 | GDB: Favor full symbol main name for backtrace stop | Richard Bunt | 2 | -0/+70 |
2023-03-10 | Use require with target_info | Tom Tromey | 2 | -8/+4 |
2023-02-10 | GDB: Introduce limited array lengths while printing values | Andrew Burgess | 2 | -0/+259 |
2023-01-26 | Use clean_restart in gdb.fortran | Tom Tromey | 2 | -11/+2 |
2023-01-26 | Remove some dead code in gdb.fortran/info-types.exp | Tom Tromey | 1 | -17/+0 |
2023-01-13 | Rename to allow_fortran_tests | Tom Tromey | 69 | -69/+69 |
2023-01-13 | Use require !gdb_debug_enabled | Tom Tromey | 1 | -4/+1 |
2023-01-13 | Use require !skip_fortran_tests | Tom Tromey | 69 | -75/+69 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 133 | -133/+133 |
2022-12-05 | gdb/testsuite: remove perror calls when failing to run | Simon Marchi | 19 | -19/+0 |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.fortran/*.exp | Andrew Burgess | 23 | -23/+23 |
2022-11-28 | gdb/testsuite: remove DOS line endings from a test script | Andrew Burgess | 1 | -92/+92 |
2022-11-17 | gdb/fortran/testsuite: print values and types of string variables | Andrew Burgess | 2 | -0/+107 |
2022-10-10 | Fix latent quote char bug in generic_printstr | Tom Tromey | 2 | -0/+63 |
2022-06-27 | [gdb/testsuite] Skip gdb.fortran/namelist.exp for gfortran 4.8 | Tom de Vries | 1 | -1/+5 |
2022-06-24 | gdb/testsuite: remove unneeded calls to get_compiler_info | Andrew Burgess | 1 | -6/+0 |
2022-05-31 | gdb/testsuite: fixup common-block.exp for intel compilers | Nils-Christian Kempke | 1 | -3/+35 |
2022-05-31 | gdb, testsuite, fortran: fixup mixed-lang-stack for Intel/LLVM compilers | Nils-Christian Kempke | 1 | -7/+14 |
2022-05-31 | gdb, testsuite, fortran: fix double free in mixed-lang-stack.exp | Nils-Christian Kempke | 1 | -11/+1 |
2022-05-31 | testsuite, fortran: allow additional completions in module.exp | Nils-Christian Kempke | 1 | -2/+3 |
2022-05-31 | testsuite, fortran: fix info-types for intel compilers | Nils-Christian Kempke | 1 | -3/+17 |
2022-05-31 | testsuite, fortran: add compiler dependent types to dynamic-ptype-whatis | Nils-Christian Kempke | 1 | -38/+41 |
2022-05-31 | testsuite, fortran: add required external keyword | Nils-Christian Kempke | 1 | -0/+1 |
2022-05-31 | gdb/testsuite: disable charset.exp for intel compilers | Nils-Christian Kempke | 1 | -0/+5 |
2022-05-31 | gdb/testsuite: add Fortran compiler identification to GDB | Cristian Sandu | 8 | -13/+14 |
2022-05-16 | gdb/testsuite: fix "continue outside of loop" TCL errors | Bruno Larsen | 28 | -32/+32 |
2022-05-10 | gdb/testsuite: fix testsuite regressions for unix/-m32 board | Nils-Christian Kempke | 3 | -21/+86 |
2022-04-25 | gdb/fortran: Support for assumed rank zero | rupothar | 2 | -0/+9 |
2022-04-11 | gdb/fortran/testsuite: add complex from integers test | Nils-Christian Kempke | 2 | -1/+12 |
2022-04-11 | gdb/fortran: rewrite intrinsic handling and add some missing overloads | Nils-Christian Kempke | 5 | -70/+351 |
2022-04-11 | gdb/fortran: Change GDB print for fortran default types | Nils-Christian Kempke | 2 | -14/+9 |