gdb/doc: don't rely on @menu item within the docs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran /
2021-01-18  Andrew Burgessgdb/testsuite: remove actual addresses from some test...
2021-01-15  Tom de Vries[gdb/testsuite] Fix gdb.fortran/array-slices.exp with...
2021-01-12  Andrew Burgessgdb: fix debug dump of OP_BOOL expressions
2021-01-12  Andrew Burgessgdb/fortran: add symbol base comparison operators
2021-01-08  Andrew Burgessgdb: user variables with components of dynamic type
2021-01-08  Andrew Burgessgdb/fortran: Correct the lval type for array elements...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-19  Andrew Burgessgdb/fortran: Add support for Fortran array slices at...
2020-11-14  Andrew Burgessgdb: add tab completion of type field names for Fortran
2020-11-12  Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-06  Andrew Burgessgdb: fix debug expression dumping of function call...
2020-10-22  Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-11  Andrew Burgessgdb: detect main function even when there's no matching...
2020-09-19  Andrew Burgessgdb/fortran: Change whitespace when printing arrays
2020-09-18  Andrew Burgessgdb/testsuite: Add missing expected results
2020-09-03  Alok Kumar SharmaAllow Flang kind printing in complex.exp,pointer-to...
2020-08-20  Alok Kumar SharmaFix for incorrect breakpoint set in case of flang compi...
2020-08-15  Tom de Vries[gdb/testsuite] Fix charlen type in mixed-lang-stack.c
2020-08-15  Tom de Vries[gdb/backtrace] Fix printing of fortran string args
2020-08-13  Pedro AlvesAdd skip_fortran_tests to more Fortran testcases
2020-07-30  Tom de Vries[gdb/testsuite] Fix gdb.fortran/info-modules.exp with...
2020-07-30  Tom de Vries[gdb/testsuite] Fix gdb.fortran/ptype-on-functions...
2020-07-25  Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-07-21  Tom de Vries[gdb/testsuite] Fix gdb.fortran/info-modules.exp with...
2020-07-15  Andrew Burgessgdb/testsuite: Update test pattern in ptype-on-function...
2020-07-15  Andrew Burgessgdb/fortran: Handle dynamic string types when printing...
2020-05-14  Tom de Vries[gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp...
2020-05-12  Tom de Vries[gdb/testsuite] Fix duplicate test-names in gdb.fortran
2020-05-10  Alok Kumar Sharmagdb/fortran: Allow Flang MAIN_ in Fortran testing
2020-04-02  Tom de Vries[gdb/testsuite] Accept new complex print style in mixed...
2020-03-23  Andrew Burgessgdb/testsuite: Remove hard coded addresses from expecte...
2020-03-19  Andrew Burgessgdb/testsuite/fortran: Add mixed language stack test
2020-03-12  Tom de Vries[gdb/testsuite] Fix internal buffer full error in gdb...
2020-03-11  Tom de Vries[gdb/testsuite] Fix missing uint8_t in gdb.fortran...
2020-03-03  Andrew Burgessgdb/fortran: Fix printing of logical true values for...
2020-02-25  Andrew Burgessgdb/fortran: Support negative array stride in one limit...
2020-02-04  Alok Kumar SharmaFixed gdb to print arrays with very high indexes
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09  Andrew Burgessgdb/testsuite: kfail some tests if using broken gcc
2019-12-09  Andrew Burgessgdb/testsuite/fortran: Fix info-modules/info-types...
2019-12-04  Andrew Burgessgdb/fortran: Support for single/double type modifiers
2019-12-01  Andrew Burgessgdb: Dynamic string length support
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-11-27  Andrew Burgessgdb/testsuite: Fix race condition compiling fortran...
2019-10-31  Andrew Burgessgdb: Add new commands to list module variables and...
2019-10-31  Andrew Burgessgdb/fortran: Add new 'info modules' command
2019-10-31  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-10-17  Tom de Vries[gdb/testsuite] Fix gdb.fortran/module.exp for debug...
2019-10-16  Andrew Burgessgdb/fortran: Add test for module variables in 'info...
2019-10-03  Andrew Burgessgdb/fortran: Allow for matching symbols with missing...
2019-10-03  Andrew Burgessgdb/fortran: Nested subroutine support
2019-08-29  Tom de Vries[gdb/testsuite] Fix gdb.fortran/info-types.exp regexp
2019-08-28  Andrew Burgessgdb/fortran: Don't include module symbols when searchin...
2019-08-28  Andrew Burgessgdb/fortran: Implement la_print_typedef for Fortran
2019-07-12  Andrew Burgessgdb: Better support for dynamic properties with negativ...
2019-06-15  Andrew Burgessgdb/fortran: Show the type for non allocated / associat...
2019-06-11  Bernhard HeckelDwarf: Don't add nameless modules to partial symbol...
2019-06-10  Andrew Burgessgdb: Check for not allocated/associated values during...
2019-05-18  Andrew Burgessgdb/fortran: Use floatformats_ia64_quad for fortran...
2019-05-15  Andrew Burgessgdb/fortran: Add sizeof tests for indexed and sliced...
2019-04-30  Andrew Burgessgdb/fortran: Add allocatable type qualifier
2019-04-30  Andrew Burgessgdb/fortran: Update rules for printing whitespace in...
2019-04-30  Andrew Burgessgdb/fortran: print function arguments when printing...
2019-04-30  Andrew Burgessgdb/fortran: Print 'void' type in lower case
2019-04-30  Andrew Burgessgdb/fortran: better types for components of complex...
2019-04-30  Andrew Burgessgdb/fortran: Additional builtin procedures
2019-04-29  Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-03-29  Keith SeitzAllow really large fortran array bounds: fortran type...
2019-03-06  Andrew Burgessgdb/fortran: Handle older TYPE*SIZE typenames
2019-03-06  Andrew Burgessgdb/fortran: Add support for the ABS intrinsic function
2019-03-06  Andrew Burgessgdb/fortran: Use TYPE_CODE_CHAR for character types
2019-03-06  Andrew Burgessgdb/fortran: Add builtin 8-byte integer type with ...
2019-03-06  Andrew Burgessgdb/fortran: Expand the set of types that support ...
2019-03-06  Andrew Burgessgdb/fortran: Add Fortran 'kind' intrinsic and keyword
2019-03-06  Andrew Burgessgdb/fortran: Simplify handling of Fortran dot operation...
2019-03-06  Andrew Burgessgdb/fortran: Cleanup code for parsing logical constants
2019-03-06  Andrew Burgessgdb/fortran: Remove some duplicate tests
2019-03-06  Richard BuntFortran function calls with arguments
2019-03-04  Richard Buntgdbserver short-circuit-argument-list failures
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-18  Tom de Vries[gdb/testsuite] Fix capitalized test names
2018-09-19  Richard BuntLogical short circuiting with argument lists
2018-08-08  Simon MarchiFix gdb.fortran/nested-funcs.exp failure
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-01  Yao QiReplace mail address with the URL in copyright header
2017-09-08  Christoph WeinmannRemove C/C++ relevant code in Fortran specific file.
2017-09-08  Bernhard Heckelfortran: Testsuite, fix typos in vla-value.
2017-09-08  Bernhard HeckelFortran: Testsuite, fix differences in type naming.
2017-09-08  Frank PenczekFix indentation for printing Fortran types with pointers
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-23  Luis MachadoFix more cases of improper test names
2016-12-01  Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01  Luis MachadoFix test names starting with uppercase output by basic...
2016-07-07  Walfred TedeschiFix of default lookup for "this" symbol.
2016-06-21  Walfred TedeschiImprove user experience in printing Fortran derived...
2016-06-10  Bernhard HeckelFortran: Testsuite, non-local references in nested...
2016-05-25  Bernhard HeckelFortran, typeprint: Forward level of details to be...
2016-05-25  Bernhard HeckelFortran, testsuite: Fix duplicate testcase name.
2016-05-25  Bernhard HeckelFortran, testsuite: Add testcases for nested structures.
2016-05-25  Bernhard HeckelFortran, typeprint: Decrease level of details when...
next
This page took 0.62403 seconds and 7 git commands to generate.