From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11559 invoked by alias); 25 Oct 2005 19:59:14 -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 11318 invoked by uid 22791); 25 Oct 2005 19:59:10 -0000 Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.171) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 25 Oct 2005 19:59:10 +0000 Received: from p50861517.dip0.t-ipconnect.de [80.134.21.23] (helo=meiner.onlinehome.de) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML25U-1EUUwn1lXl-00086d; Tue, 25 Oct 2005 21:59:01 +0200 Received: from ig25 by meiner.onlinehome.de with local (Exim 3.36 #1 (Debian)) id 1EUUwu-0001zM-00; Tue, 25 Oct 2005 21:59:08 +0200 Date: Tue, 25 Oct 2005 19:59:00 -0000 To: Wu Zhou Cc: Thomas Koenig , Paul Thomas , "'fortran@gcc.gnu.org'" , gdb@sources.redhat.com Subject: Re: Debugging support - Re: g77 features lacking in gfortran - PR19292 Message-ID: <20051025195908.GA5960@meiner.onlinehome.de> References: <4359D8DA.10003@wanadoo.fr> <20051022233015.GA6615@meiner.onlinehome.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 From: Thomas Koenig X-SW-Source: 2005-10/txt/msg00138.txt.bz2 On Tue, Oct 25, 2005 at 02:18:33PM +0800, Wu Zhou wrote: > GDB also has some other problems while working with gfortran, such as the > printing of one-dimensional array, function evaluation, handling of common > block variable and so on... ... variables from modules (I've just reported this as PR 24526), allocatable arrays (PR 17905) and so on. > > Some of these problems stems from the DWARF output of gfortran, some lies > in the code of gdb, some might involve both. I has been working on some > of these problem at gdb's side. I am now thinking of whether there are > any specific requirement from gfortran community for GDB. Did any of you > have a big picture about how well gdb work with gfortran? Did you > have a list of things that want GDB to support first? My (personal) vote would go to supporting arrays (one- and multidimensional) (PR 22244) should be pretty hight on the list, followed by variables in common blocks (PR 23057). Any help you can provide is certainly very welcome! Thomas