From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62536 invoked by alias); 19 Apr 2019 11:36:55 -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 62528 invoked by uid 89); 19 Apr 2019 11:36:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:595 X-HELO: mailsec113.isp.belgacom.be Received: from mailsec113.isp.belgacom.be (HELO mailsec113.isp.belgacom.be) (195.238.20.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Apr 2019 11:36:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1555673812; x=1587209812; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=665/xFxBbpc3GLlb2gA/VfAv6PMqAbH8vOdMO9AvsfE=; b=OOCun3AHLXuV96VjTYLaVaSEyoBP4G1SBb9HKV6LbPELciyZ446QiumY 0N+QenOVQAR8dkUzV7oC8fNU107kpw==; Received: from 45.123-131-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.131.123.45]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 19 Apr 2019 13:36:49 +0200 Message-ID: <1555673809.6208.13.camel@skynet.be> Subject: Re: [RFA] Fix GDB 8.3 regression crash when registers cannot be modified. From: Philippe Waroquiers To: Mark Wielaard Cc: gdb-patches@sourceware.org, Pedro Alves , Sergio Durigan Junior Date: Fri, 19 Apr 2019 11:36:00 -0000 In-Reply-To: <20190419110355.GA24396@tarox.wildebeest.org> References: <20190413082817.29343-1-philippe.waroquiers@skynet.be> <20190419110355.GA24396@tarox.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00374.txt.bz2 On Fri, 2019-04-19 at 13:03 +0200, Mark Wielaard wrote: > > gdb/ChangeLog > > > > struct infcall_suspend_state_deleter > > 2019-04-13 Philippe Waroquiers > > > > * inferior.h (struct infcall_suspend_state_deleter): > > Catch exception in destructor to avoid crash. > > What is the current status of this patch? > We really need something like this to enable the valgrind gdbserver > integration testing again on Fedora 30/rawhide. This is still in state RFA, waiting for review. Philippe