From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44835 invoked by alias); 10 May 2019 18:36:40 -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 44824 invoked by uid 89); 10 May 2019 18:36:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:677 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 May 2019 18:36:39 +0000 Received: from [172.16.0.120] (192-222-157-41.qc.cable.ebox.net [192.222.157.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 5EE8C1E180; Fri, 10 May 2019 14:36:37 -0400 (EDT) Subject: Re: --disable-gdbmi build broken To: Tom de Vries , Eli Zaretskii Cc: "gdb-patches@sourceware.org" References: <20190118195659.23335-1-simon.marchi@ericsson.com> <83y37hbpwj.fsf@gnu.org> <44a5cfcc-d98e-fd14-ff47-755e218d76d0@ericsson.com> <5c79a173-d2eb-3e84-5d73-d52b0ec5fe17@simark.ca> <3e19640c-f4c8-8381-c77f-a636a97510d7@simark.ca> <4418b362-9ae5-6631-948c-3a6f0ebf4668@suse.de> From: Simon Marchi Message-ID: <6c5e39c8-8164-dd30-c94a-37a113742172@simark.ca> Date: Fri, 10 May 2019 18:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <4418b362-9ae5-6631-948c-3a6f0ebf4668@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00259.txt.bz2 On 2019-05-10 1:01 p.m., Tom de Vries wrote: > I did a bisect today for PR24545 - "Symbol loading performance > regression with cc1" ( > https://sourceware.org/bugzilla/show_bug.cgi?id=24545 ), and I wanted a > minimal build time for a fast bisect, so I went to look what > gdb/configure listed as --disable-something options, which is how I > noticed this. > > I don't know whether --disable-gdbmi actually makes the build much > shorter, I just used it because it was advertised. Ok I see. Well, as long as the option exist, you should expect it to work. Patch sent here: https://sourceware.org/ml/gdb-patches/2019-05/msg00258.html Simon