From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44185 invoked by alias); 14 Dec 2019 18:23:52 -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 44176 invoked by uid 89); 14 Dec 2019 18:23:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.4 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= X-HELO: mail-ot1-f53.google.com Received: from mail-ot1-f53.google.com (HELO mail-ot1-f53.google.com) (209.85.210.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 14 Dec 2019 18:23:50 +0000 Received: by mail-ot1-f53.google.com with SMTP id 66so3381584otd.9 for ; Sat, 14 Dec 2019 10:23:50 -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=7H+YDCYCn6D64tMz9MWMLvfr9sOZprJPuaDgXXRol/M=; b=jlPKAMXbZmgsuhnZGUIpzjkGNeRD6jb9ncdkligsHuG+eexIQUxRaWeXrEexK1GVXW MwJZANaKlub72fV/kwVUjtq9p+Mes2/lxsC6qCese5ygkW0aAzYfrBSoC9zkEuvOOsBm 6qwO826kynAUCvKGLCJz6LYe7gYT+oJZoManc2G2RXxz8iy6SMZqRHnV94ksm9P6oeDj jQJ9XyPlDayyDlEOM2UKzQFWVZLgI4ItGj/EaWUUrXjDzM3D4/vBLopAp04SuKMUidd6 COR8sRcvPPOp4ZEAEXdwDN5U47tInI7a1DD2Vt+yfD5rh+78qOJjMqFuNzy0nCMfhkCl zHfA== MIME-Version: 1.0 References: <20191213224519.113253-1-cbiesinger@chromium.org> <87blsbvmt0.fsf@tromey.com> In-Reply-To: <87blsbvmt0.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Sat, 14 Dec 2019 18:23:00 -0000 Message-ID: Subject: Re: [FYI/PUSHED] Revert "Turn off threaded minsym demangling by default" To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00667.txt.bz2 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? I see now that I should have uipdated gdb.texinfo in the original revert to update the default value. I'll send a patch to fix that for the branch. Do I understand it correctly that branch merges need a bug report filed? Christian