From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19329 invoked by alias); 5 Sep 2005 14:01:37 -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 19274 invoked by uid 22791); 5 Sep 2005 14:01:30 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 05 Sep 2005 14:01:30 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1ECHXM-0007BR-KR; Mon, 05 Sep 2005 10:01:28 -0400 Date: Mon, 05 Sep 2005 14:01:00 -0000 From: Daniel Jacobowitz To: Hidetoshi CHIBA Cc: gdb@sources.redhat.com Subject: Re: How to debug multiple fortran90 files with GDB Message-ID: <20050905140128.GB27407@nevyn.them.org> Mail-Followup-To: Hidetoshi CHIBA , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00024.txt.bz2 On Mon, Sep 05, 2005 at 07:24:06PM +0900, Hidetoshi CHIBA wrote: > I have a problem on debugging my application which is generated by multiple > fortran90 files with GDB. > GDB seems not to read a value which is defined in a different fortran90 > file. > Or, is this a problem due to compiler? > I usually use "g95" or "f90" for compile. > Please tell me how to solve this problem. Sorry, we can't help you without a testcase. However, I know that g95 has had some problems emitting correct debugging information in the past. -- Daniel Jacobowitz CodeSourcery, LLC