This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 1/2] Display ExceptionRecord for $_siginfo


> Date: Sat, 8 Feb 2020 21:09:21 +0000 (UTC)
> From: "Hannes Domani via gdb-patches" <gdb-patches@sourceware.org>
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]