From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2288 invoked by alias); 2 Jul 2012 12:05:44 -0000 Received: (qmail 2271 invoked by uid 22791); 2 Jul 2012 12:05:44 -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; Mon, 02 Jul 2012 12:05:32 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q62C5V6p030101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 Jul 2012 08:05:31 -0400 Received: from host2.jankratochvil.net (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q62C5RPO021964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 2 Jul 2012 08:05:30 -0400 Date: Mon, 02 Jul 2012 12:05:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: [commit] [patch] -iex and -ix: Execute them _after_ gdbinits Message-ID: <20120702120525.GA10926@host2.jankratochvil.net> References: <83sjdvdkns.fsf@gnu.org> <20120616213126.GA12840@host2.jankratochvil.net> <83r4teejkj.fsf@gnu.org> <20120617065014.GA16029@host2.jankratochvil.net> <20120620190124.GA21945@host2.jankratochvil.net> <83sjdpdbac.fsf@gnu.org> <20120622075113.GA9742@host2.jankratochvil.net> <838vffd6l3.fsf@gnu.org> <20120622113206.GA25961@host2.jankratochvil.net> <834nq3cwai.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <834nq3cwai.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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-07/txt/msg00015.txt.bz2 On Fri, 22 Jun 2012 15:26:29 +0200, Eli Zaretskii wrote: > > This is a case explicitly depending on the feature A which was not present in > > gdb-7.4. > > But it is present now. And it's a good thing. As it is a snapshot it has been concluded it does not matter. The feature A can be still added in the future. The first public release of the feature will be the feature B as feature B is more useful than feature A. Checked it in: http://sourceware.org/ml/gdb-cvs/2012-07/msg00009.html Thanks, Jan