aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
2022-04-03gdb: add support for Fortran's ASSUMED RANK arraysrupothar2-0/+127
2022-03-16Make gdb.fortran/{array-slices,lbound-ubound} work against gdbserverPedro Alves3-15/+45
2022-02-28Fix gdb.fortran "failed to extract expected results" errorsKeith Seitz2-0/+12
2022-02-11gdb/fortran: support ptype and print commands for namelist variablesBhuvanendra Kumar N2-0/+77
2022-01-31gdb, testsuite, fortran: adapt info symbol expected output for intel compilersNils-Christian Kempke1-2/+27
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki1-0/+200
2022-01-19Respect `set print repeats' with Fortran arraysMaciej W. Rozycki5-0/+320
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker119-119/+119
2021-10-28[gdb/testsuite] Update some test-cases to GPLv3Tom de Vries8-8/+8
2021-10-13[gdb/exp] Improve <error reading variable> messageTom de Vries2-0/+74
2021-10-13[gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with native-gdbserverTom de Vries1-1/+3
2021-10-11[gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.expTom de Vries6-0/+35
2021-10-09[gdb/testsuite] Fix fortran module tests with stressed cpuTom de Vries2-0/+12
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi35-35/+0
2021-09-25[gdb/testsuite] Minimize gdb restartsTom de Vries3-7/+2
2021-09-01[gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol searchTom de Vries1-7/+12
2021-07-05[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7Tom de Vries1-1/+8
2021-06-28gdb/fortran: Add type info of formal parameter for clang.Bhuvanendra Kumar N1-7/+29
2021-06-08[gdb/testsuite] Disallow single argument in multi_lineTom de Vries1-1/+1
2021-05-17gdb/fortran: test case modified to suit the clang behavior.Bhuvanendra Kumar N1-3/+10
2021-05-11gdb/fortran: Breakpoint location is modified.Bhuvanendra Kumar N1-2/+2
2021-04-07gdb/fortran: handle dynamic types within arrays and structuresAndrew Burgess2-0/+251
2021-03-09gdb/fortran: Add 'LOC' intrinsic support.Felix Willgerodt1-0/+5
2021-03-09gdb/fotran: add support for the 'shape' keywordAndrew Burgess2-0/+163
2021-03-09gdb/fortran: add support for 'SIZE' keywordAndrew Burgess2-0/+207
2021-03-09gdb/fortran: add support for RANK keywordAndrew Burgess2-0/+136
2021-03-08Convert f-exp.y to use operationsTom Tromey1-4/+4
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