From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DUbKDSn2dGNIHBkAWB0awg (envelope-from ) for ; Wed, 16 Nov 2022 09:39:37 -0500 Received: by simark.ca (Postfix, from userid 112) id 24DBF1E124; Wed, 16 Nov 2022 09:39:37 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=GtNqkWxM; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_MED,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.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 CEE021E11E for ; Wed, 16 Nov 2022 09:39:36 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 375B8395A464 for ; Wed, 16 Nov 2022 14:39:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 375B8395A464 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668609576; bh=Fr2aiOX2Fwostmrtc0kuJ4gVMGwULY7dR0gRUNmDitw=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=GtNqkWxMBjZEMlZfyG3mvFYeoNdOZRfojeZF/e+T0L0ClPips3BSE2llwM0fy9atz nCqCYbQHjXkdlYCYWm7gdug10cGMJMPq0ip/rT8lDmrah5rdtKOWl98JaVlnCXxGK+ b6W9gaP0FYfuO2B+q6vjejV0z7w13ZIvnronD+OU= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 9793B395A422 for ; Wed, 16 Nov 2022 14:39:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9793B395A422 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 2AGEd9Rf017804 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Nov 2022 09:39:14 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 2AGEd9Rf017804 Received: from [172.16.0.64] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C67091E11E; Wed, 16 Nov 2022 09:39:08 -0500 (EST) Message-ID: Date: Wed, 16 Nov 2022 09:39:08 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH] Guard against frame.c destructors running before frame-info.c's Content-Language: fr To: =?UTF-8?Q?K=c3=a9vin_Le_Gouguec?= Cc: Tom Tromey , Simon Marchi via Gdb-patches References: <20221115204821.1260141-1-legouguec@adacore.com> <4065164f-f473-1c9d-7b24-2420b00f47a3@polymtl.ca> <87v8nfbtix.fsf@tromey.com> <9994be80-c436-32ee-f6a3-174858683054@polymtl.ca> <87k03vv0pk.fsf@adacore.com> In-Reply-To: <87k03vv0pk.fsf@adacore.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Wed, 16 Nov 2022 14:39:09 +0000 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: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 11/16/22 02:05, Kévin Le Gouguec wrote: > Simon Marchi writes: > >> Thanks, this reproduces for me too. The patch looks good to me: >> >> Approved-By: Simon Marchi > > Thanks! Trailer appended in the attached. > > I think I'll need help to install this; it's my first patch for GDB > AFAIR, so I don't believe I have push rights yet. > Do you plan on contributing further and regularly? If so we'll get you an account on Sourceware. Otherwise I can push this patch for you. Simon