This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: How to use gdb for multiple Fortran source files
- From: Eli Zaretskii <eliz at elta dot co dot il>
- To: zhu wang <zhuw at mail dot smu dot edu>
- Cc: gdb at sources dot redhat dot com
- Date: 06 Jan 2004 08:08:32 +0200
- Subject: Re: How to use gdb for multiple Fortran source files
- References: <1073346555.1968.99.camel@zwang.stat.smu.edu>
- Reply-to: Eli Zaretskii <eliz at elta dot co dot il>
> From: zhu wang <zhuw@mail.smu.edu>
> Date: 05 Jan 2004 17:49:16 -0600
>
> I am wondering how to use gdb for multiple Fortran source files.
Just do it: "gdb ./yourprog". If there are any specific problems
with that, please tell what they are.
> There are 40 files, do I have to combine them into a big one?
No, GDB should figure out all that by itself. (Typically, the file
name is recorded in the debug info which GDB reads.)