When running these test-cases:
- gdb.fortran/info-modules.exp
- gdb.fortran/module.exp
- gdb.mi/mi-fortran-modules.exp
in conjunction with:
...
$ stress -c $(($(cat /proc/cpuinfo | grep -c "^processor") + 1))
...
I run into timeouts.
Fix this by using:
- "set auto-solib-add off" to avoid symbols of shared libs
(which doesn't work for libc, now that libpthread_name_p has been
updated to match libc)
- "nosharedlibrary" to avoid symbols of libc
Tested on x86_64-linux.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28133
return -1
}
+# Avoid shared lib symbols.
+gdb_test_no_output "set auto-solib-add off"
+
if { ![fortran_runto_main] } {
perror "Could not run to main."
continue
}
+# Avoid libc symbols.
+gdb_test "nosharedlibrary"
+
set logical4 [fortran_logical4]
set integer4 [fortran_int4]
set real4 [fortran_real4]
gdb_test "print mod1::var_const" " = 20" "fully qualified name of DW_TAG_constant"
+# Avoid shared lib symbols.
+gdb_test_no_output "set auto-solib-add off"
+
if ![fortran_runto_main] then {
perror "couldn't run to main"
continue
}
+# Avoid libc symbols.
+gdb_test "nosharedlibrary"
+
set int_type [fortran_int4]
# Test 'info variables' can find module variables.
mi_clean_restart $binfile
+# Avoid shared lib symbols.
+mi_gdb_test "-gdb-set auto-solib-add off" "\\^done"
+
mi_runto_main
+# Avoid libc symbols.
+mi_gdb_test {-interpreter-exec console "nosharedlibrary"}
# Patterns to skip optional system modules that appear with later versions of GFortran.
set system_modules_pattern \