Previous: Fortran Defaults, Up: Fortran
gdb has some commands to support Fortran-specific features, such as displaying common blocks.
info common
[common-name]COMMON
block whose name is common-name. With no argument, the names of
all COMMON
blocks visible at the current program location are
printed.