From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102772 invoked by alias); 20 Dec 2019 00:25:35 -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 102757 invoked by uid 89); 20 Dec 2019 00:25:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.2 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mail-ot X-HELO: mail-ot1-f45.google.com Received: from mail-ot1-f45.google.com (HELO mail-ot1-f45.google.com) (209.85.210.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Dec 2019 00:25:33 +0000 Received: by mail-ot1-f45.google.com with SMTP id 77so9475253oty.6 for ; Thu, 19 Dec 2019 16:25:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bGZ2JWXHEI8clFp+kewMT9nDeOx/KRYS1L5Xvd+YurQ=; b=VzFdAqF874eHIAlOgIjR6WhbM8CWwejDTD2oheQQrhw1Fdyt+YrKSg6QxP0jx2E6mV ljrTN8sPiwGnwF8ZXWTK9M/xJ0f3VdAhtgvHyT+BnbQejOzX0i1BBw3fc4qb1C6ym+aH 26mcMxeTUhc8AXxtrRnoJIeWyE+ZeBnNTX5a+ByZjGHMY5pK3fsxhLzsp1knaUCXIvsq DImKDsyfJqLPRLwscbscJ59i++LFF9iW6kdxpWqS1T758hi0dxlBVEvUroxoI8XwmfyD SgC647uo3tF8GeUxXQcu1rd29jd6vWKFGU4ghKUtBAo7m8/gqgGsrzwlZ52BPRnAFvFH eF6g== MIME-Version: 1.0 References: <20191213224519.113253-1-cbiesinger@chromium.org> <87blsbvmt0.fsf@tromey.com> <8f4bcf24-abd0-90fd-b20e-38f6feb2dfa6@redhat.com> In-Reply-To: <8f4bcf24-abd0-90fd-b20e-38f6feb2dfa6@redhat.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 20 Dec 2019 00:25:00 -0000 Message-ID: Subject: Re: [FYI/PUSHED] Revert "Turn off threaded minsym demangling by default" To: Pedro Alves Cc: Tom Tromey , gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00844.txt.bz2 On Mon, Dec 16, 2019 at 1:17 PM Pedro Alves wrote: > > 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. OK, I sent https://sourceware.org/ml/gdb-patches/2019-12/msg00843.html, let me know what yall think. Christian