binutils-gdb/gdb/testsuite/gdb.fortran
Tom de Vries 062f1fc13a [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files
On openSUSE Leap 15.1, I get:
...
FAIL: gdb.fortran/module.exp: info variables -n
...
because the info variables command prints info also for init.c:
...
File init.c:^M
24:     const int _IO_stdin_used;^M
...
while the regexps in the test-case only expect info for module.f90.

Fix this by extending the regexps.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-10-17  Tom de Vries  <tdevries@suse.de>

	* gdb.fortran/module.exp: Allow info variables to print info for files
	other than module.f90.

Change-Id: I401d8018b121fc7343f6bc8b671900349462457f
2019-10-17 10:07:05 +02:00
..
array-bounds.exp Allow really large fortran array bounds: fortran type/value printers 2019-03-29 10:35:19 -07:00
array-bounds.f90 Allow really large fortran array bounds: fortran type/value printers 2019-03-29 10:35:19 -07:00
array-element.exp
array-element.f
block-data.exp Dwarf: Don't add nameless modules to partial symbol table 2019-06-11 19:20:09 +01:00
block-data.f Dwarf: Don't add nameless modules to partial symbol table 2019-06-11 19:20:09 +01:00
charset.exp
charset.f90
common-block.exp
common-block.f90
complex.exp gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats 2019-05-18 09:49:02 +01:00
complex.f90 gdb/fortran: better types for components of complex numbers 2019-04-30 10:10:31 +01:00
derived-type-function.exp
derived-type-function.f90
derived-type.exp
derived-type.f90
dot-ops.exp gdb/fortran: Simplify handling of Fortran dot operations and keywords 2019-03-06 18:11:31 +00:00
exprs.exp gdb/fortran: Print 'void' type in lower case 2019-04-30 10:17:01 +01:00
function-calls.exp
function-calls.f90
info-types.exp [gdb/testsuite] Fix gdb.fortran/info-types.exp regexp 2019-08-29 14:43:11 +02:00
info-types.f90 gdb/fortran: Don't include module symbols when searching for types 2019-08-28 13:33:55 +01:00
intrinsics.exp gdb/fortran: Additional builtin procedures 2019-04-30 10:10:24 +01:00
intrinsics.f90 gdb/fortran: Add Fortran 'kind' intrinsic and keyword 2019-03-06 18:11:31 +00:00
library-module-lib.f90
library-module-main.f90
library-module.exp
logical.exp
logical.f90
max-depth.exp gdb: Introduce 'print max-depth' feature 2019-04-29 22:01:09 +01:00
max-depth.f90 gdb: Introduce 'print max-depth' feature 2019-04-29 22:01:09 +01:00
module.exp [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files 2019-10-17 10:07:05 +02:00
module.f90
multi-dim.exp
multi-dim.f90
nested-funcs-2.exp gdb/fortran: Allow for matching symbols with missing scope 2019-10-03 21:25:22 +01:00
nested-funcs-2.f90 gdb/fortran: Nested subroutine support 2019-10-03 21:25:22 +01:00
nested-funcs.exp gdb/fortran: Nested subroutine support 2019-10-03 21:25:22 +01:00
nested-funcs.f90 gdb/fortran: Nested subroutine support 2019-10-03 21:25:22 +01:00
pointers.f90 gdb/fortran: Show the type for non allocated / associated types 2019-06-16 00:29:35 +01:00
print-formatted.exp
print-formatted.f90
print_type.exp gdb/fortran: Show the type for non allocated / associated types 2019-06-16 00:29:35 +01:00
printing-types.exp gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats 2019-05-18 09:49:02 +01:00
printing-types.f90 gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats 2019-05-18 09:49:02 +01:00
ptr-indentation.exp gdb/fortran: Update rules for printing whitespace in types 2019-04-30 10:36:56 +01:00
ptr-indentation.f90
ptype-on-functions.exp gdb/fortran: Update rules for printing whitespace in types 2019-04-30 10:36:56 +01:00
ptype-on-functions.f90 gdb/fortran: print function arguments when printing function type 2019-04-30 10:34:26 +01:00
short-circuit-argument-list.exp
short-circuit-argument-list.f90
subarray.exp
subarray.f
type-kinds.exp gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats 2019-05-18 09:49:02 +01:00
type.f90
types.exp
vla-alloc-assoc.exp
vla-datatypes.exp gdb/fortran: Add allocatable type qualifier 2019-04-30 10:36:57 +01:00
vla-datatypes.f90
vla-history.exp
vla-ptr-info.exp gdb/fortran: Update rules for printing whitespace in types 2019-04-30 10:36:56 +01:00
vla-ptype-sub.exp
vla-ptype.exp gdb: Better support for dynamic properties with negative values 2019-07-12 12:09:55 +01:00
vla-sizeof.exp gdb: Better support for dynamic properties with negative values 2019-07-12 12:09:55 +01:00
vla-sub.f90
vla-type.exp gdb/fortran: Show the type for non allocated / associated types 2019-06-16 00:29:35 +01:00
vla-type.f90
vla-value-sub-arbitrary.exp
vla-value-sub-finish.exp
vla-value-sub.exp
vla-value.exp gdb: Better support for dynamic properties with negative values 2019-07-12 12:09:55 +01:00
vla.f90 gdb: Better support for dynamic properties with negative values 2019-07-12 12:09:55 +01:00
whatis_type.exp