From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31511 invoked by alias); 21 Mar 2013 19:51:08 -0000 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 Received: (qmail 31488 invoked by uid 89); 21 Mar 2013 19:51:01 -0000 X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 19:50:41 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MK1004000EOIZ00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 21 Mar 2013 21:50:22 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MK1004Y70FYED60@a-mtaout21.012.net.il>; Thu, 21 Mar 2013 21:50:22 +0200 (IST) Date: Thu, 21 Mar 2013 20:39:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Display configuration details in --help In-reply-to: <20130321191051.GF5447@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, dje@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4j8y1kh.fsf@gnu.org> References: <83r4jaynqq.fsf@gnu.org> <514B4AC3.1090103@redhat.com> <83zjxwy4ux.fsf@gnu.org> <20130321191051.GF5447@adacore.com> X-SW-Source: 2013-03/txt/msg00813.txt.bz2 > Date: Thu, 21 Mar 2013 12:10:51 -0700 > From: Joel Brobecker > Cc: Pedro Alves , dje@google.com, > gdb-patches@sourceware.org > > > Should we also move this part to the new switch? > > > > At startup, GDB reads the following init files and executes their commands: > > * user-specific init file: D:\usr\eli/.gdbinit > > * local init file (see also 'set auto-load local-gdbinit'): ./.gdbinit > > Ha! That looks nice too! > > Thanks Eli, That's Jan's code, and it is already in the sources. I just asked whether it should be moved from --help to the new option.