From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28727 invoked by alias); 21 Mar 2013 18:40:04 -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 28668 invoked by uid 89); 21 Mar 2013 18:39:54 -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 mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 18:39:50 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MK000500X1BSA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 21 Mar 2013 20:39:18 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MK0005M8X5H6G80@a-mtaout20.012.net.il>; Thu, 21 Mar 2013 20:39:18 +0200 (IST) Date: Thu, 21 Mar 2013 18:44:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Display configuration details in --help In-reply-to: <514B4AC3.1090103@redhat.com> To: Pedro Alves Cc: dje@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zjxwy4ux.fsf@gnu.org> References: <83r4jaynqq.fsf@gnu.org> <514B4AC3.1090103@redhat.com> X-SW-Source: 2013-03/txt/msg00804.txt.bz2 > Date: Thu, 21 Mar 2013 18:00:35 +0000 > From: Pedro Alves > CC: Eli Zaretskii , gdb-patches > > While I like the idea too, it looks to me that this > > >> This GDB is configured as follows: > >> configure --host=i686-pc-mingw32 --target=i686-pc-mingw32 > >> --with-auto-load-dir=$debugdir:$datadir/auto-load > >> --with-auto-load-safe-path=$debugdir:$datadir/auto-load > >> --with-expat > >> --with-gdb-datadir=d:/usr/share/gdb (relocatable) > >> --with-jit-reader-dir=d:/usr/lib/gdb (relocatable) > >> --without-libunwind-ia64 > >> --with-lzma > >> --with-python=d:/usr/Python26 (relocatable) > >> --with-separate-debug-dir=d:/usr/lib/debug (relocatable) > >> --with-system-gdbinit=d:/usr/etc/gdbinit (relocatable) > >> --with-zlib > >> > >> > > is a significant amount of clutter for gdb's --help. > > What do you think about putting this elsewhere? "gdb --configuration" > or some such, perhaps? Fine with me, I can prepare a patch for that, if no one objects. 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