From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28566 invoked by alias); 16 Apr 2013 05:54:11 -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 28553 invoked by uid 89); 16 Apr 2013 05:54:11 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,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; Tue, 16 Apr 2013 05:54:09 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MLC001002ZPGG00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 16 Apr 2013 08:54:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLC0004R326Y8A0@a-mtaout20.012.net.il>; Tue, 16 Apr 2013 08:54:06 +0300 (IDT) Date: Tue, 16 Apr 2013 10:11:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] print '--with{,out}-babeltrace' in 'gdb --configuration' In-reply-to: To: Doug Evans Cc: yao@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvyr58c5.fsf@gnu.org> References: <1365761475-23845-1-git-send-email-yao@codesourcery.com> X-SW-Source: 2013-04/txt/msg00457.txt.bz2 > Date: Mon, 15 Apr 2013 11:50:51 -0700 > From: Doug Evans > Cc: gdb-patches > > Do we care about printing --with-libbabeltrace-prefix? > I don't have a strong preference, but if we're going to go down this > path I think we should. Any configure-time option that is known to GDB at run time should be included in the configuration description. > [An alternative would be to punt on details at this level and instead > record the complete string passed to configure and print that.] That has its limitations, in that it only shows options explicitly mentioned on the configure command line, omitting the options that were automatically chosen by configure as result of probing the system. E.g., --with-expat.