From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30891 invoked by alias); 17 Jun 2012 02:52:39 -0000 Received: (qmail 30880 invoked by uid 22791); 17 Jun 2012 02:52:38 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Jun 2012 02:52:24 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M5Q00000Q9S9N00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Sun, 17 Jun 2012 05:52:23 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5Q000GQQNB4Z60@a-mtaout23.012.net.il>; Sun, 17 Jun 2012 05:52:23 +0300 (IDT) Date: Sun, 17 Jun 2012 02:52:00 -0000 From: Eli Zaretskii Subject: Re: [patch] -iex and -ix: Execute them _after_ gdbinits In-reply-to: <20120616213126.GA12840@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4teejkj.fsf@gnu.org> References: <20120616195417.GA6368@host2.jankratochvil.net> <83txybdnue.fsf@gnu.org> <20120616201312.GA7000@host2.jankratochvil.net> <83sjdvdkns.fsf@gnu.org> <20120616213126.GA12840@host2.jankratochvil.net> 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/msg00554.txt.bz2 > Date: Sat, 16 Jun 2012 23:31:49 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > On Sat, 16 Jun 2012 23:14:15 +0200, Eli Zaretskii wrote: > > My concern is about what happens before ~/.gdbinit is loaded, so > > nothing that happens after that can resolve that. > > I do not understand which command would you want to run before ~/.gdbinit. > Real world ~/.gdbinit should only change settings or define new commands. GDB has a gazillion settings, so this still includes a lot of possibilities. > > > I have not found a use case where the current behavior is better. > > > > It doesn't have to be better. It has the advantage of being there > > first. It's the new behavior that must have a significant advantage > > to justify an incompatible change of behavior. > > The idea is that this is not a "change" as 7.4 did not have -iex at all. That doesn't matter much nowadays, as people use development snapshots all the time.