From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25692 invoked by alias); 29 Jun 2005 02:26:56 -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 25678 invoked by uid 22791); 29 Jun 2005 02:26:53 -0000 Received: from ausmtp01.au.ibm.com (HELO ausmtp01.au.ibm.com) (202.81.18.186) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 02:26:53 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp01.au.ibm.com (8.12.10/8.12.10) with ESMTP id j5T2TFes383488; Wed, 29 Jun 2005 12:29:16 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j5T2TZKD130124; Wed, 29 Jun 2005 12:29:35 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11/8.13.3) with ESMTP id j5T2QeeE016631; Wed, 29 Jun 2005 12:26:41 +1000 Received: from wks190384wss.cn.ibm.com (wks190384wss.cn.ibm.com [9.181.134.93]) by d23av04.au.ibm.com (8.12.11/8.12.11) with ESMTP id j5T2QcvQ016570; Wed, 29 Jun 2005 12:26:39 +1000 Date: Wed, 29 Jun 2005 02:26:00 -0000 From: Wu Zhou To: Fred Krogh cc: gdb@sources.redhat.com, gdb-gnats@sources.redhat.com Subject: Re: fortran/1880: display of part of an array In-Reply-To: <42C16389.90705@mathalacarte.com> Message-ID: References: <20050627043800.2118.qmail@sourceware.org> <42C00F60.10401@mathalacarte.com> <42C16389.90705@mathalacarte.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-06/txt/msg00302.txt.bz2 On Tue, 28 Jun 2005, Fred Krogh wrote: > I guess I have a different view. I don't see the printing of a subarray as a > language extension. It seems to me just to be a way to view data that is > sitting in memory. That's what a debugger does, no? It should give a > convenient way of seeing what is going on in a running program. OK. I buy your view. > So I am now at the point where I have the new gdb loaded into ddd. What do I > do to use the patch? Is there a new command? It is still unclear to me what > this patch does that I couldn't do before. With this patch, you can at least print a sub-array in your MAIN__ section. > > Thanks, > Fred Cheers - Wu Zhou P.S: Would you please include gdb@sources.redhat.com also in the cc list. There might be some others who are also interested in this thread. If somebody add some weight to your view, there will be more chance that your request fulfilled. :-)