GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:
Support for Modula-2 and Chill is partial. For information on Modula-2, see *Note Modula-2: Modula-2. There is no further documentation on Chill yet.
Debugging Pascal programs which use sets, subranges, file variables, or nested functions does not currently work. GDB does not support entering expressions, printing values, or similar features using Pascal syntax.
GDB can be used to debug programs written in Fortran, although it does not yet support entering expressions, printing values, or similar features using Fortran syntax. It may be necessary to refer to some variables with a trailing underscore.