aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
2021-01-18gdb/testsuite: remove actual addresses from some test namesAndrew Burgess1-1/+2
2021-01-15[gdb/testsuite] Fix gdb.fortran/array-slices.exp with -m32Tom de Vries1-1/+1
2021-01-12gdb: fix debug dump of OP_BOOL expressionsAndrew Burgess1-0/+8
2021-01-12gdb/fortran: add symbol base comparison operatorsAndrew Burgess1-0/+30
2021-01-08gdb: user variables with components of dynamic typeAndrew Burgess2-0/+129
2021-01-08gdb/fortran: Correct the lval type for array elements of internal varsAndrew Burgess2-0/+87
2021-01-01Update copyright year range in all GDB filesJoel Brobecker96-96/+96
2020-11-19gdb/fortran: Add support for Fortran array slices at the GDB promptAndrew Burgess7-78/+885
2020-11-14gdb: add tab completion of type field names for FortranAndrew Burgess2-0/+72
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess1-0/+11
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess2-0/+81
2020-10-22gdb/fortran: add support for parsing array strides in expressionsAndrew Burgess1-0/+16
2020-10-11gdb: detect main function even when there's no matching msymbolAndrew Burgess1-2/+1
2020-09-19gdb/fortran: Change whitespace when printing arraysAndrew Burgess4-13/+13
2020-09-18gdb/testsuite: Add missing expected resultsAndrew Burgess1-1/+4
2020-09-03Allow Flang kind printing in complex.exp,pointer-to-pointer.exp,vla-ptr-info.expAlok Kumar Sharma3-8/+17
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma1-2/+6
2020-08-15[gdb/testsuite] Fix charlen type in mixed-lang-stack.cTom de Vries1-1/+9
2020-08-15[gdb/backtrace] Fix printing of fortran string argsTom de Vries1-13/+17
2020-08-13Add skip_fortran_tests to more Fortran testcasesPedro Alves17-1/+36
2020-07-30[gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-4.8Tom de Vries1-4/+4
2020-07-30[gdb/testsuite] Fix gdb.fortran/ptype-on-functions.exp with gcc-4.8Tom de Vries1-2/+2
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess4-0/+177
2020-07-21[gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-8Tom de Vries1-2/+2
2020-07-15gdb/testsuite: Update test pattern in ptype-on-functions.expAndrew Burgess1-1/+1
2020-07-15gdb/fortran: Handle dynamic string types when printing typesAndrew Burgess2-0/+29
2020-05-14[gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserverTom de Vries1-1/+1
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.fortranTom de Vries1-7/+15
2020-05-11gdb/fortran: Allow Flang MAIN_ in Fortran testingAlok Kumar Sharma37-63/+81
2020-04-02[gdb/testsuite] Accept new complex print style in mixed-lang-stack.expTom de Vries1-2/+2
2020-03-23gdb/testsuite: Remove hard coded addresses from expected resultsAndrew Burgess1-2/+2
2020-03-19gdb/testsuite/fortran: Add mixed language stack testAndrew Burgess4-0/+401
2020-03-12[gdb/testsuite] Fix internal buffer full error in gdb.fortran/module.expTom de Vries1-9/+28
2020-03-11[gdb/testsuite] Fix missing uint8_t in gdb.fortran/logical.expTom de Vries2-1/+3
2020-03-03gdb/fortran: Fix printing of logical true values for FlangAndrew Burgess1-0/+18
2020-02-25gdb/fortran: Support negative array stride in one limited caseAndrew Burgess2-0/+4
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma2-0/+62
2020-01-01Update copyright year range in all GDB files.Joel Brobecker78-78/+78
2019-12-09gdb/testsuite: kfail some tests if using broken gccAndrew Burgess1-0/+6
2019-12-09gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+Andrew Burgess2-140/+134
2019-12-04gdb/fortran: Support for single/double type modifiersAndrew Burgess1-2/+18
2019-12-01gdb: Dynamic string length supportAndrew Burgess1-1/+10
2019-12-01gdb/fortran: array stride supportAndrew Burgess4-0/+208
2019-11-27gdb/testsuite: Fix race condition compiling fortran testAndrew Burgess1-1/+1
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess4-3/+157
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess4-3/+91
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries5-25/+16
2019-10-17[gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other filesTom de Vries1-1/+4
2019-10-16gdb/fortran: Add test for module variables in 'info variables' outputAndrew Burgess1-0/+24
2019-10-03gdb/fortran: Allow for matching symbols with missing scopeAndrew Burgess1-10/+1