From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8096 invoked by alias); 6 Oct 2008 18:49:46 -0000 Received: (qmail 8086 invoked by uid 22791); 6 Oct 2008 18:49:45 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Oct 2008 18:49:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 97C182A9649; Mon, 6 Oct 2008 14:49:08 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PUZKUVqCXKfU; Mon, 6 Oct 2008 14:49:08 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 64B0D2A963B; Mon, 6 Oct 2008 14:49:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DDC09E7ACD; Mon, 6 Oct 2008 11:49:07 -0700 (PDT) Date: Mon, 06 Oct 2008 18:49:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Thiago Jung Bauermann , gdb-patches ml Subject: Re: [rfc] expose gdb values to python Message-ID: <20081006184907.GB3588@adacore.com> References: <1221199426.24580.26.camel@localhost.localdomain> <20081001054741.GE3665@adacore.com> <20081004222055.GA7541@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00151.txt.bz2 > In practice, I don't mind how it works now. I'm find with the array notation too, and I don't necessarily want us to implement more than one way to access the fields anyway. The script looks nice! -- Joel