From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25728 invoked by alias); 5 Jun 2012 00:39:07 -0000 Received: (qmail 25717 invoked by uid 22791); 5 Jun 2012 00:39:06 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jun 2012 00:38:52 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q550cqlf025530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Jun 2012 20:38:52 -0400 Received: from psique ([10.3.113.17]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q550cnn7032038; Mon, 4 Jun 2012 20:38:51 -0400 From: Sergio Durigan Junior To: Tom Tromey Cc: GDB Patches Subject: Re: [PATCH 01/10] Language independent bits References: <1338665528-5932-1-git-send-email-sergiodj@redhat.com> <1338665528-5932-2-git-send-email-sergiodj@redhat.com> <871uluomll.fsf@fleche.redhat.com> X-URL: http://www.redhat.com Date: Tue, 05 Jun 2012 00:39:00 -0000 In-Reply-To: <871uluomll.fsf@fleche.redhat.com> (Tom Tromey's message of "Mon, 04 Jun 2012 14:20:38 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-06/txt/msg00108.txt.bz2 On Monday, June 04 2012, Tom Tromey wrote: >>>>>> "Sergio" == Sergio Durigan Junior writes: > > Sergio> This patch does a refactoring on gdb/{parse.c,parser-defs.h,language.*} > Sergio> in order to remove the `expout*' globals. I have created a new > Sergio> structure called `parser_state' which holds those variables per-parser, > Sergio> and eventually will hold all the global parser variables. > > This one is ok. Thanks. I'll wait until all the other patches are approved before I commit all of them at once. > Thanks for splitting the patches up like this. > It makes them easy to follow. My pleasure :-). I took the opportunity to play with `git send-email', so it was good for me as well. -- Sergio