From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12869 invoked by alias); 23 Apr 2009 01:18:55 -0000 Received: (qmail 12861 invoked by uid 22791); 23 Apr 2009 01:18:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Apr 2009 01:18:49 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3N1Il11001019; Wed, 22 Apr 2009 21:18:47 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3N1Ikd3007105; Wed, 22 Apr 2009 21:18:46 -0400 Received: from opsy.redhat.com (vpn-14-158.rdu.redhat.com [10.11.14.158]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3N1IjGS031605; Wed, 22 Apr 2009 21:18:45 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id D30FC48564; Wed, 22 Apr 2009 19:18:44 -0600 (MDT) To: =?utf-8?Q?S=C3=A9rgio?= Durigan =?utf-8?Q?J=C3=BAnior?= Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] catch syscall -- try 5 -- Introduction References: <1240446781.2000.82.camel@miki> From: Tom Tromey Reply-To: tromey@redhat.com Date: Thu, 23 Apr 2009 01:18:00 -0000 In-Reply-To: <1240446781.2000.82.camel@miki> (=?utf-8?Q?=22S=C3=A9rgio?= Durigan =?utf-8?Q?J=C3=BAnior=22's?= message of "Wed\, 22 Apr 2009 21\:33\:01 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 2009-04/txt/msg00630.txt.bz2 >>>>> "S=C3=A9rgio" =3D=3D S=C3=A9rgio Durigan J=C3=BAnior writes: S=C3=A9rgio> There's one thing worth mentioning: this patch implements the S=C3=A9rgio> command "maint set data-directory", which is already S=C3=A9rgio> implemented by one of Tromey's pretty-printing patches. If S=C3=A9rgio> Tromey's patches are accepted first, then I can (need) modify S=C3=A9rgio> my patch in order to use his version of the command I can push this particular one in any time. If I remember, I'll do it tomorrow -- or ping on me on irc. It is really only the MI patch that is waiting. I thought it would be good for Vladimir to look at the new MI commands before I put it in. I could actually put in all the earlier patches immediately; I will do that barring objection. Tom