aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
2019-09-24gdb/fortran: Allow for matching symbols with missing scopeusers/simark/fortranAndrew Burgess1-10/+1
2019-09-24gdb/fortran: Nested subroutine supportAndrew Burgess4-4/+298
2019-08-29[gdb/testsuite] Fix gdb.fortran/info-types.exp regexpTom de Vries1-4/+7
2019-08-28gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess2-1/+14
2019-08-28gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess2-0/+70
2019-07-12gdb: Better support for dynamic properties with negative valuesAndrew Burgess4-0/+64
2019-06-16gdb/fortran: Show the type for non allocated / associated typesAndrew Burgess5-13/+210
2019-06-11Dwarf: Don't add nameless modules to partial symbol tableBernhard Heckel2-0/+119
2019-06-10gdb: Check for not allocated/associated values during array slicingAndrew Burgess1-2/+2
2019-05-18gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess4-8/+3
2019-05-15gdb/fortran: Add sizeof tests for indexed and sliced arraysAndrew Burgess1-4/+19
2019-04-30gdb/fortran: Add allocatable type qualifierAndrew Burgess4-22/+22
2019-04-30gdb/fortran: Update rules for printing whitespace in typesAndrew Burgess4-7/+7
2019-04-30gdb/fortran: print function arguments when printing function typeAndrew Burgess2-0/+134
2019-04-30gdb/fortran: Print 'void' type in lower caseAndrew Burgess1-1/+1
2019-04-30gdb/fortran: better types for components of complex numbersAndrew Burgess3-33/+76
2019-04-30gdb/fortran: Additional builtin proceduresAndrew Burgess1-0/+35
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess2-0/+83
2019-03-29Allow really large fortran array bounds: fortran type/value printersKeith Seitz2-0/+76
2019-03-06gdb/fortran: Handle older TYPE*SIZE typenamesAndrew Burgess1-0/+23
2019-03-06gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess1-0/+9
2019-03-06gdb/fortran: Use TYPE_CODE_CHAR for character typesAndrew Burgess1-1/+1
2019-03-06gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess1-0/+1
2019-03-06gdb/fortran: Expand the set of types that support (kind=N)Andrew Burgess1-1/+40
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess3-0/+116
2019-03-06gdb/fortran: Simplify handling of Fortran dot operations and keywordsAndrew Burgess1-0/+123
2019-03-06gdb/fortran: Cleanup code for parsing logical constantsAndrew Burgess1-1/+4
2019-03-06gdb/fortran: Remove some duplicate testsAndrew Burgess1-4/+0
2019-03-06Fortran function calls with argumentsRichard Bunt2-0/+345
2019-03-04gdbserver short-circuit-argument-list failuresRichard Bunt2-26/+82
2019-01-01Update copyright year range in all GDB files.Joel Brobecker52-52/+52
2018-10-18[gdb/testsuite] Fix capitalized test namesTom de Vries1-1/+1
2018-09-19Logical short circuiting with argument listsRichard Bunt2-0/+184
2018-08-07Fix gdb.fortran/nested-funcs.exp failureSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker50-50/+50
2017-12-01Replace mail address with the URL in copyright headerYao Qi5-10/+5
2017-09-08Remove C/C++ relevant code in Fortran specific file.Christoph Weinmann2-0/+62
2017-09-08fortran: Testsuite, fix typos in vla-value.Bernhard Heckel2-4/+4
2017-09-08Fortran: Testsuite, fix differences in type naming.Bernhard Heckel1-4/+9
2017-09-08Fix indentation for printing Fortran types with pointersFrank Penczek2-0/+71
2017-01-01update copyright year range in GDB filesJoel Brobecker46-46/+46
2016-12-23Fix more cases of improper test namesLuis Machado25-26/+25
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado2-3/+3
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado2-3/+3
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi2-3/+39
2016-06-21Improve user experience in printing Fortran derived types.Walfred Tedeschi4-5/+105
2016-06-10Fortran: Testsuite, non-local references in nested functions.Bernhard Heckel2-0/+114
2016-05-25Fortran, typeprint: Forward level of details to be printed for pointers.Bernhard Heckel2-2/+15
2016-05-25Fortran, testsuite: Fix duplicate testcase name.Bernhard Heckel1-1/+2
2016-05-25Fortran, testsuite: Add testcases for nested structures.Bernhard Heckel1-0/+25