This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to use gdb for multiple Fortran source files


> 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.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]