aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
2021-02-25gdb/testsuite: Add a missing -wrap in gdb_test_multipleAndrew Burgess1-1/+1
2021-02-25gdb/fortran: don't access non-existent type fieldsAndrew Burgess3-0/+166
2021-02-25gdb/fortran: add support for ASSOCIATED builtinAndrew Burgess2-0/+184
2021-02-25gdb/fortran: add support for legacy .xor. operatorAndrew Burgess1-0/+8
2021-02-24gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluationAndrew Burgess1-10/+19
2021-02-12gdb/fortran: support ALLOCATED builtinAndrew Burgess2-0/+98
2021-02-11gdb/testsuite: remove old commentAndrew Burgess1-5/+0
2021-02-10gdb/fortran: add parser support for lbound and uboundAndrew Burgess2-0/+309
2021-02-09[gdb/symtab] Fix element type modification in read_array_typeTom de Vries1-0/+15
2021-02-05[gdb/testsuite] Add KFAILs for PR symtab/24549Tom de Vries1-2/+19
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