aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-25Fortran, typeprint: Decrease level of details when printing elements of a str...Bernhard Heckel4-21/+44
2016-05-25Fortran, typeprint: Take level of details into account when printing elements...Bernhard Heckel1-12/+2
2016-05-25Fortran, typeprint: Fix wrong indentation when ptype nested structures.Bernhard Heckel1-4/+4
2016-05-25Fortran, testsuite: Use multi_line in whatis_type testcase.Bernhard Heckel1-4/+16
2016-04-27Rename gdb_load_shlibs to gdb_load_shlibSimon Marchi1-1/+1
2016-04-26fort_dyn_array: Use value constructor instead of raw-buffer manipulation.Keven Boell1-0/+3
2016-04-26fort_dyn_array: Support evaluation of dynamic elements inside arrays.Bernhard Heckel2-2/+70
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel2-0/+190
2016-04-18fortran: Testsuite, fix different type naming across compilers.Bernhard Heckel7-48/+69
2016-03-02testsuite: Remove unnecessary code in fortran vla-history test.Bernhard Heckel1-3/+0
2016-03-02testsuite: Fix timeout issues during print of vla-arrays.bernhard.heckel1-5/+9