From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70166 invoked by alias); 26 Mar 2019 20:48:23 -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 70131 invoked by uid 89); 26 Mar 2019 20:48:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 20:48:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BB256116CD9; Tue, 26 Mar 2019 16:48:02 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id poga4cdI7Xqn; Tue, 26 Mar 2019 16:48:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 95CEC116C9D; Tue, 26 Mar 2019 16:48:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D339983AE0; Tue, 26 Mar 2019 13:48:00 -0700 (PDT) Date: Tue, 26 Mar 2019 20:48:00 -0000 From: Joel Brobecker To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Subject: Re: GDB 8.3 release update (2019-03-25) Message-ID: <20190326204800.GB6837@adacore.com> References: <20190325204307.GA21459@adacore.com> <87bm1ya8vo.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bm1ya8vo.fsf@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-03/txt/msg00610.txt.bz2 Hi Sergio, > There's some ongoing discussion about including: > > [PATCH] Merge handle_inferior_event and handle_inferior_event_1 > https://sourceware.org/ml/gdb-patches/2019-03/msg00475.html > > in the 8.3 release. It's a very simple patch, and I believe Tom/Pedro > won't have any objections to this backport, but I still haven't created > a bug because I'd like to know what Tom thinks about the idea. Could you backport the patch, and confirm that this helps hide your issue? I'd like to create a new pre-release as soon as it is done. As far as I can tell, the issue that Simon reported is in 8.3 already, so that's the only known issue left. Thanks! -- Joel