From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1176 invoked by alias); 17 Jan 2012 18:28:01 -0000 Received: (qmail 1137 invoked by uid 22791); 17 Jan 2012 18:27:58 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL,TW_WH 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; Tue, 17 Jan 2012 18:27:34 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LXY00000GB12T00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 17 Jan 2012 20:27:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.115.9]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXY00063GLV3H10@a-mtaout20.012.net.il>; Tue, 17 Jan 2012 20:27:32 +0200 (IST) Date: Tue, 17 Jan 2012 18:29:00 -0000 From: Eli Zaretskii Subject: Re: [patch] New set auto-load-local-gdbinit + disable it by default In-reply-to: <20120117174839.GA8459@host2.jankratochvil.net> To: Jan Kratochvil Cc: dje@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8339be5gm9.fsf@gnu.org> References: <20120117095552.GA6141@host2.jankratochvil.net> <20120117162621.GA3883@host2.jankratochvil.net> <20120117165640.GB5344@host2.jankratochvil.net> <20120117174839.GA8459@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-01/txt/msg00612.txt.bz2 > Date: Tue, 17 Jan 2012 18:48:40 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > > One could argue the converse too ... Having to manually request > > whatever goodies the developers find useful adds a needless burden. > > Why can't gdb just auto-adjust itself for debugging the program at > > hand? > > Because it is then different than normal GDB. > > It is difficult to argue myself but IMO in a survey between GDB newbies they > find easier if GDB behaves always the same than if it behaves differently > according to which program you load into it. Newbies are not expected to debug GDB or Emacs. Actually, it is impractical to debug Emacs without the .gdbinit whcih comes with it.