From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8144 invoked by alias); 6 Sep 2005 07:04: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 8127 invoked by uid 22791); 6 Sep 2005 07:04:41 -0000 Received: from cpc4-oxfd8-3-0-cust114.oxfd.cable.ntl.com (HELO cpc4-oxfd8-3-0-cust114.oxfd.cable.ntl.com) (82.15.12.114) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 06 Sep 2005 07:04:41 +0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by cpc4-oxfd8-3-0-cust114.oxfd.cable.ntl.com (8.13.4/8.13.4) with ESMTP id j867GuJe023636; Tue, 6 Sep 2005 08:16:57 +0100 Subject: Re: How to debug multiple fortran90 files with GDB From: David Lecomber To: Hidetoshi CHIBA Cc: Daniel Jacobowitz , gdb@sources.redhat.com In-Reply-To: References: <20050905140128.GB27407@nevyn.them.org> Content-Type: text/plain Date: Tue, 06 Sep 2005 07:04:00 -0000 Message-Id: <1125991016.23567.5.camel@cpc4-oxfd8-3-0-cust114.oxfd.cable.ntl.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00027.txt.bz2 On Tue, 2005-09-06 at 14:26 +0900, Hidetoshi CHIBA wrote: > Dear helpers, > > The testcase which was attached in my previous email had a mistake. > So, I'd be happy if you check the new testcase attached in this email. > > Thanks in advance, Hi all, I've certainly come across this one too. Often I'd find that one couldn't add a breakpoint at a function in an included file, until you'd stepped into that file once. It can probably be resolved by taking the '-readnow' option (see google for syntax, am rusty here today) - but this may not be an option for behemoth sized codes due to the time it takes. Regards David