From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79559 invoked by alias); 19 Apr 2019 11:49:03 -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 79550 invoked by uid 89); 19 Apr 2019 11:49:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:739 X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Apr 2019 11:49:02 +0000 Received: by mail-wr1-f65.google.com with SMTP id t17so6644531wrw.13 for ; Fri, 19 Apr 2019 04:49:02 -0700 (PDT) Return-Path: Received: from [192.168.0.4] (bl17-151-167.dsl.telepac.pt. [188.82.151.167]) by smtp.gmail.com with ESMTPSA id u189sm5603223wme.25.2019.04.19.04.48.59 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Fri, 19 Apr 2019 04:48:59 -0700 (PDT) Subject: Re: [RFA] Fix GDB 8.3 regression crash when registers cannot be modified. To: Philippe Waroquiers , Mark Wielaard References: <20190413082817.29343-1-philippe.waroquiers@skynet.be> <20190419110355.GA24396@tarox.wildebeest.org> <1555673809.6208.13.camel@skynet.be> Cc: gdb-patches@sourceware.org, Sergio Durigan Junior From: Pedro Alves Message-ID: <6bad9d21-3860-a7cf-5a5a-4d52ae139a43@redhat.com> Date: Fri, 19 Apr 2019 11:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1555673809.6208.13.camel@skynet.be> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-04/txt/msg00375.txt.bz2 On 4/19/19 12:36 PM, Philippe Waroquiers wrote: > 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. I had not realized you had posted this updated patch. This version is OK. Thanks, Pedro Alves