From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8932 invoked by alias); 24 Feb 2010 18:43:25 -0000 Received: (qmail 8915 invoked by uid 22791); 24 Feb 2010 18:43:24 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Feb 2010 18:43:17 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KYC00100ZOG7J00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 24 Feb 2010 20:41:43 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.246.192]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYC00KDWZXIOHE0@a-mtaout20.012.net.il>; Wed, 24 Feb 2010 20:41:43 +0200 (IST) Date: Wed, 24 Feb 2010 18:43:00 -0000 From: Eli Zaretskii Subject: Re: [patch][python] Add symbol, symbol table and frame block support to GDB API In-reply-to: <20100224165709.GA31513@localhost.localdomain> To: Phil Muldoon Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837hq2mq6u.fsf@gnu.org> References: <4B66DA35.7080701@redhat.com> <4B796506.7010909@redhat.com> <20100219141457.GB2602@localhost.localdomain> <20100224165709.GA31513@localhost.localdomain> X-IsSubscribed: yes 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: 2010-02/txt/msg00603.txt.bz2 > Date: Wed, 24 Feb 2010 16:57:09 +0000 > From: Phil Muldoon > Cc: Eli Zaretskii , gdb-patches ml > > What do you think? I'm happy with the parts for NEWS and the manual. Thanks.