From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3129 invoked by alias); 6 Jan 2004 06:09:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3084 invoked from network); 6 Jan 2004 06:09:44 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 6 Jan 2004 06:09:44 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AdlK4-0007Fl-6f; Tue, 06 Jan 2004 02:08:16 -0500 Date: Tue, 06 Jan 2004 06:09:00 -0000 Message-Id: From: Eli Zaretskii To: zhu wang CC: gdb@sources.redhat.com In-reply-to: <1073346555.1968.99.camel@zwang.stat.smu.edu> (message from zhu wang on 05 Jan 2004 17:49:16 -0600) Subject: Re: How to use gdb for multiple Fortran source files Reply-to: Eli Zaretskii References: <1073346555.1968.99.camel@zwang.stat.smu.edu> X-SW-Source: 2004-01/txt/msg00043.txt.bz2 > From: zhu wang > 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.)