From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 930 invoked by alias); 5 Mar 2007 12:33:15 -0000 Received: (qmail 921 invoked by uid 22791); 5 Mar 2007 12:33:15 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 05 Mar 2007 12:33:13 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HOCNK-0001vN-2y; Mon, 05 Mar 2007 07:33:10 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HOCNJ-0003m1-Ss; Mon, 05 Mar 2007 07:33:09 -0500 Date: Mon, 05 Mar 2007 12:33:00 -0000 From: Daniel Jacobowitz To: Patrick Alken Cc: gdb@sourceware.org Subject: Re: fortran arrays in gdb Message-ID: <20070305123309.GB14486@caradoc.them.org> Mail-Followup-To: Patrick Alken , gdb@sourceware.org References: <20070303220033.GA17346@hippogriff.physics.drexel.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070303220033.GA17346@hippogriff.physics.drexel.edu> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00051.txt.bz2 On Sat, Mar 03, 2007 at 03:00:33PM -0700, Patrick Alken wrote: > Hello, > > I am trying to call fortran subroutines from C and then step > through the fortran code with gdb. Unfortunately, gdb (version 6.5) > cannot properly display the contents of 2D arrays passed to the fortran > routine. I have created 2 simple files: Could you try 6.6, or better yet, a current CVS snapshot? Some work was done on Fortran array support. -- Daniel Jacobowitz CodeSourcery