From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id +CS/CgMJx2A+OwAAWB0awg (envelope-from ) for ; Mon, 14 Jun 2021 03:45:07 -0400 Received: by simark.ca (Postfix, from userid 112) id 299E61F163; Mon, 14 Jun 2021 03:45:07 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BCE3F1E813 for ; Mon, 14 Jun 2021 03:45:06 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D9947394847E for ; Mon, 14 Jun 2021 07:45:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9947394847E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623656705; bh=APgJ4s4OYJgH1fouTLUMk43ANG8DGBSPRcrIR3oBd7I=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=cI360cKUZ4Guoitoe2LP9UTzk2JoWyW6zMRdinOqI8CIe2iyAlKOPggoXSD1FZsr6 XZdOMFbjIGhhinqdeBEE6qkQ2trz8DDZOa3zWcmuUaRGvfmQW68k+1R5shHhi4swbm 2CawZMRaOMukxy97YRsW5c6ogkTL/owKM+bwwqx0= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 609573851C22 for ; Mon, 14 Jun 2021 07:44:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 609573851C22 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-441-OGCpJFeXOpuAzsWeJ1ra7A-1; Mon, 14 Jun 2021 03:44:42 -0400 X-MC-Unique: OGCpJFeXOpuAzsWeJ1ra7A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9B064C73A1; Mon, 14 Jun 2021 07:44:40 +0000 (UTC) Received: from f33-m1.lan (ovpn-113-207.phx2.redhat.com [10.3.113.207]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9145B60C0F; Mon, 14 Jun 2021 07:44:39 +0000 (UTC) Date: Mon, 14 Jun 2021 00:44:38 -0700 To: Joel Brobecker Subject: Re: GDB 11 branching update (2021-06-13) Message-ID: <20210614004438.5e497d6a@f33-m1.lan> In-Reply-To: <20210613143156.GA1615771@adacore.com> References: <20210613143156.GA1615771@adacore.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kevin Buettner via Gdb-patches Reply-To: Kevin Buettner Cc: bernd.edlinger@hotmail.de, tom@tromey.com, Sergey.Belyashov@gmail.com, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On Sun, 13 Jun 2021 07:31:56 -0700 Joel Brobecker wrote: > * [Simon/Kevin] > Attaching to threaded process on glibc 2.33: libthread_db fails to initialize with "generic error" > https://sourceware.org/bugzilla/show_bug.cgi?id=27526 Simon has pushed the patch mentioned in comment 8 in that PR. > 2021-06-10: Looks like we're getting close. New patch series from > Kevin, with positive reviews (modulo minor comments or questions): > https://sourceware.org/pipermail/gdb-patches/2021-June/179786.html This series has also been pushed. Kevin