aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[gdb/testsuite] Fix duplicates in gdb.fortran/huge.expTom de Vries1-2/+4
2024-06-17[gdb/testsuite] Fix duplicates in gdb.fortran/array-{indices,repeat}.expTom de Vries2-28/+40
2024-06-10[gdb/testsuite] Don't use set auto-solib-add offTom de Vries8-24/+0
2024-06-07[gdb/testsuite] Fix gdb.fortran/array-bounds.exp on armTom de Vries1-14/+31
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries1-8/+9
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess1-1/+1
2024-02-02gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointersNils-Christian Kempke2-0/+223
2024-02-02gdb, types: Resolve pointer types dynamicallyBernhard Heckel3-1/+145
2024-01-28Use the new symbol domainsTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess146-146/+146
2023-12-29dwarf, fortran: add support for DW_TAG_entry_pointNils-Christian Kempke2-0/+151
2023-09-14[gdb/exp] Clean up asap in value_print_array_elementsTom de Vries2-0/+116
2023-09-11testsuite, fortran: Fix regression due to fix for ifort's 'start' behaviorIjaz, Abdul B1-5/+5
2023-09-08testsuite, fortran: make kfail gfortran specificNils-Christian Kempke1-1/+3
2023-09-08testsuite, fortran: adapt tests for ifort's 'start' behaviorNils-Christian Kempke2-16/+8
2023-09-08testsuite, fortran: Remove self assignment non-statementsNils-Christian Kempke3-7/+8
2023-09-08testsuite, fortran: make mixed-lang-stack less compiler dependentNils-Christian Kempke1-1/+8
2023-08-29[gdb/testsuite] Handle some test-cases with older compilerTom de Vries1-1/+1
2023-08-07gdb/fortran: Align intrinsic/variable precedenceRichard Bunt3-0/+125
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-19gdb: Remove redundant frame switchingRichard Bunt1-0/+12
2023-05-18gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function ...Simon Marchi2-68/+18
2023-03-31GDB: Add `info main' commandRichard Bunt2-0/+61
2023-03-31GDB: Favor full symbol main name for backtrace stopRichard Bunt2-0/+70
2023-03-10Use require with target_infoTom Tromey2-8/+4
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess2-0/+259
2023-01-26Use clean_restart in gdb.fortranTom Tromey2-11/+2
2023-01-26Remove some dead code in gdb.fortran/info-types.expTom Tromey1-17/+0
2023-01-13Rename to allow_fortran_testsTom Tromey69-69/+69
2023-01-13Use require !gdb_debug_enabledTom Tromey1-4/+1
2023-01-13Use require !skip_fortran_testsTom Tromey69-75/+69
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker133-133/+133
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi19-19/+0
2022-11-28gdb/testsuite: remove use of then keyword from gdb.fortran/*.expAndrew Burgess23-23/+23
2022-11-28gdb/testsuite: remove DOS line endings from a test scriptAndrew Burgess1-92/+92
2022-11-17gdb/fortran/testsuite: print values and types of string variablesAndrew Burgess2-0/+107
2022-10-10Fix latent quote char bug in generic_printstrTom Tromey2-0/+63
2022-06-27[gdb/testsuite] Skip gdb.fortran/namelist.exp for gfortran 4.8Tom de Vries1-1/+5
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess1-6/+0
2022-05-31gdb/testsuite: fixup common-block.exp for intel compilersNils-Christian Kempke1-3/+35
2022-05-31gdb, testsuite, fortran: fixup mixed-lang-stack for Intel/LLVM compilersNils-Christian Kempke1-7/+14
2022-05-31gdb, testsuite, fortran: fix double free in mixed-lang-stack.expNils-Christian Kempke1-11/+1
2022-05-31testsuite, fortran: allow additional completions in module.expNils-Christian Kempke1-2/+3
2022-05-31testsuite, fortran: fix info-types for intel compilersNils-Christian Kempke1-3/+17
2022-05-31testsuite, fortran: add compiler dependent types to dynamic-ptype-whatisNils-Christian Kempke1-38/+41
2022-05-31testsuite, fortran: add required external keywordNils-Christian Kempke1-0/+1
2022-05-31gdb/testsuite: disable charset.exp for intel compilersNils-Christian Kempke1-0/+5
2022-05-31gdb/testsuite: add Fortran compiler identification to GDBCristian Sandu8-13/+14
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen28-32/+32
2022-05-10gdb/testsuite: fix testsuite regressions for unix/-m32 boardNils-Christian Kempke3-21/+86