From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113372 invoked by alias); 16 Dec 2019 19:17:01 -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 113361 invoked by uid 89); 16 Dec 2019 19:17:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 spammy=H*f:sk:CAPTJ0X, H*i:sk:CAPTJ0X X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Dec 2019 19:17:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576523818; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VzVF+kHK4nnhAg7x1fPerMWo2cB1NXKSiJ4N2yBdUew=; b=YR06bkkfl3Flf0yklHqOtFx3wLiJqt8HZutqRzs+z/tMGEnpXMSYoETf/DNIu6Nc650yS6 15XA/Oyd2bYFjZzE7sSQxDzdd3psUU0OyFR+EMMyfA9xpcEFntcCX3tPgZA6ZzywhNWqm1 /6leTIbYXRPkMbcypJc9C8so0S6scUg= Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-289-xFiCapHBPQWCXmRCLwtVOw-1; Mon, 16 Dec 2019 14:16:55 -0500 Received: by mail-wr1-f72.google.com with SMTP id f15so4232595wrr.2 for ; Mon, 16 Dec 2019 11:16:55 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id k13sm22513637wrx.59.2019.12.16.11.16.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 16 Dec 2019 11:16:54 -0800 (PST) Subject: Re: [FYI/PUSHED] Revert "Turn off threaded minsym demangling by default" To: Christian Biesinger , Tom Tromey References: <20191213224519.113253-1-cbiesinger@chromium.org> <87blsbvmt0.fsf@tromey.com> Cc: gdb-patches From: Pedro Alves Message-ID: <8f4bcf24-abd0-90fd-b20e-38f6feb2dfa6@redhat.com> Date: Mon, 16 Dec 2019 19:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00714.txt.bz2 On 12/14/19 6:23 PM, Christian Biesinger via gdb-patches wrote: > On Fri, Dec 13, 2019 at 6:16 PM Tom Tromey wrote: >> >>>>>>> ">" == cbiesinger writes: >> >>>> As agreed on the mailing list, now that GDB 9 has branched, this patch >>>> reverts the change to set worker-threads to zero. After this patch, >>>> multithreaded minsym demangling will be enabled again by default. >> >> Thanks. I think maybe the docs needed a tweak as well? > > I only changed the NEWS entry that mentioned the default value. I was > wondering about that -- should I change that to say the default is now > back to unlimited or no? There should be a new entry in the "Changes since GDB 9" section, talking about multhreaded debugging now being enabled by default. The "Changes in GDB 9" entry should remain the same as it was in GDB 9, since that's how GDB 9 behaved. Thanks, Pedro Alves