From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64959 invoked by alias); 9 Feb 2020 11:19:50 -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 64949 invoked by uid 89); 9 Feb 2020 11:19:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*x:5.0, H*x:Windows X-HELO: sonic303-20.consmr.mail.ir2.yahoo.com Received: from sonic303-20.consmr.mail.ir2.yahoo.com (HELO sonic303-20.consmr.mail.ir2.yahoo.com) (77.238.178.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2020 11:19:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1581247186; bh=rPGGo8BITgzr9xlrc8U6807bbPoOTUeznbZYWUHx6Gg=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=YChTb/f0HsfdI+2Jomm7D1ULYkjTO+EycJvP1lz0y7O0opvDXvzaMVxexv6eqbNUth7DyfB/PkG5pNNByfjpblWEKqVyEBMYCfazT8H5UDOzwythEPeuvQLVBUkMiQSePfbqq+bX6Xs9vgOqUYV6WdP3NsvOVYj3tIianfqJI6/O1KuchIDuEndY325zBktJaCfzN44go67Vot4RW20KoXaSD68sfYhiFV5L3oYRAA2R8nZnvakqjYYcYN3I7SCTneS5jpU0DjXRbhjPVwDQkGNbqk1us+0fNItYGDZXFQGeNE34MXAyjPx4Azby9eYnKEx8rzustCh+vJCFmnyd9Q== Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.ir2.yahoo.com with HTTP; Sun, 9 Feb 2020 11:19:46 +0000 Date: Sun, 09 Feb 2020 11:19:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: Gdb-patches Message-ID: <913416739.562511.1581247184802@mail.yahoo.com> In-Reply-To: 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> Subject: Re: [PATCH v2 1/2] Display ExceptionRecord for $_siginfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00252.txt.bz2 Am Sonntag, 9. Februar 2020, 06:33:39 MEZ hat Simon Marchi Folgendes geschrieben: > 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?: > >> > >>=C2=A0=C2=A0=C2=A0=C2=A0 * 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 @@ > >>=C2=A0=C2=A0=C2=A0 that support it (see entry for GDB 9, below), provid= ing faster > >>=C2=A0=C2=A0=C2=A0 performance for programs with many symbols. > >> > >> +* The $_siginfo convenience variable now also works on Windows target= s, > >> +=C2=A0 and will display the EXCEPTION_RECORD of the last handled exce= ption. > >> + > >>=C2=A0 * 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, thank= s! Pushed, thanks.