From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111271 invoked by alias); 9 Feb 2020 03:28:22 -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 111255 invoked by uid 89); 9 Feb 2020 03:28:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-type:charset, HContent-type:text, HContent-type:plain, HContent-Transfer-Encoding:8bit X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2020 03:28:20 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0dGb-0007Xv-K7; Sat, 08 Feb 2020 22:28:17 -0500 Received: from [176.228.60.248] (port=1112 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j0dGa-0005cD-MW; Sat, 08 Feb 2020 22:28:17 -0500 Date: Sun, 09 Feb 2020 03:28:00 -0000 Message-Id: <83o8u8cuda.fsf@gnu.org> From: Eli Zaretskii To: Hannes Domani CC: gdb-patches@sourceware.org In-reply-to: <955533175.395475.1581196161533@mail.yahoo.com> (gdb-patches@sourceware.org) Subject: Re: [PATCH v2 1/2] Display ExceptionRecord for $_siginfo References: <20200208162614.4918-1-ssbssa.ref@yahoo.de> <20200208162614.4918-1-ssbssa@yahoo.de> <83r1z4dehn.fsf@gnu.org> <955533175.395475.1581196161533@mail.yahoo.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00249.txt.bz2 > Date: Sat, 8 Feb 2020 21:09:21 +0000 (UTC) > From: "Hannes Domani via gdb-patches" > > Is it fine if I add the following to this patch?: > >     * NEWS: Mention $_siginfo support for Windows. > --- > diff --git a/gdb/NEWS b/gdb/NEWS > index d4e2e70f38..c202fe06de 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -10,6 +10,9 @@ >    that support it (see entry for GDB 9, below), providing faster >    performance for programs with many symbols. > > +* The $_siginfo convenience variable now also works on Windows targets, > +  and will display the EXCEPTION_RECORD of the last handled exception. > + >  * New commands Yes, this sounds good to me, thanks.