From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123901 invoked by alias); 9 Feb 2020 05:33:41 -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 123887 invoked by uid 89); 9 Feb 2020 05:33:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2020 05:33:39 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (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 CBC161E05A; Sun, 9 Feb 2020 00:33:37 -0500 (EST) Subject: Re: [PATCH v2 1/2] Display ExceptionRecord for $_siginfo To: Eli Zaretskii , Hannes Domani Cc: gdb-patches@sourceware.org References: <20200208162614.4918-1-ssbssa.ref@yahoo.de> <20200208162614.4918-1-ssbssa@yahoo.de> <83r1z4dehn.fsf@gnu.org> <955533175.395475.1581196161533@mail.yahoo.com> <83o8u8cuda.fsf@gnu.org> From: Simon Marchi Message-ID: Date: Sun, 09 Feb 2020 05:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <83o8u8cuda.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2020-02/txt/msg00250.txt.bz2 On 2020-02-08 10:28 p.m., Eli Zaretskii wrote: >> 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. Thanks for chiming in Eli. So Hannes, just to be clear, you can go ahead and push this series, thanks! Simon