From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4482 invoked by alias); 19 Apr 2019 12:37:30 -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 4473 invoked by uid 89); 19 Apr 2019 12:37:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:356 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 12:37:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1555677447; x=1587213447; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=e1RtTF+/9rbZwvlsKbMzCpdJCbr7D11Kb05xNmnmL+s=; b=U8gOdBNCNxMmsjo9G5jm294RkKFxLH4Ikz5hquF1oELn1VykREwRtmjz H2avAuF+AI9mlF9ehJ+qExFUTZgcLA==; 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 14:37:25 +0200 Message-ID: <1555677445.6208.15.camel@skynet.be> Subject: Re: [RFA] Fix GDB 8.3 regression crash when registers cannot be modified. From: Philippe Waroquiers To: Pedro Alves , Mark Wielaard Cc: gdb-patches@sourceware.org, Sergio Durigan Junior Date: Fri, 19 Apr 2019 12:37:00 -0000 In-Reply-To: <6bad9d21-3860-a7cf-5a5a-4d52ae139a43@redhat.com> References: <20190413082817.29343-1-philippe.waroquiers@skynet.be> <20190419110355.GA24396@tarox.wildebeest.org> <1555673809.6208.13.camel@skynet.be> <6bad9d21-3860-a7cf-5a5a-4d52ae139a43@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00377.txt.bz2 On Fri, 2019-04-19 at 12:48 +0100, Pedro Alves wrote: > This version is OK. Thanks for the review and the suggestion to use std::uncaught_exception (). Pushed to 8.3 branch. Pushed an equivalent patch to master, with TRY/CATCH/e.message replaced by try/catch/e.what (). Philippe