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: [NEWS patch] Re: [PATCH] "Program received signal" => "Thread N received signal"


> Date: Wed, 14 Nov 2012 13:36:49 +0000
> From: Pedro Alves <palves@redhat.com>
> CC: gdb-patches@sourceware.org
> 
> How's this for NEWS?
> 
> 2012-11-14  Pedro Alves  <palves@redhat.com>
> 
> 	* NEWS: Mention that GDB now indicates which thread received a
> 	signal.
> ---
> 
>  gdb/NEWS |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 739a7b3..2910c5c 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -31,6 +31,10 @@
> 
>  * The command 'forward-search' can now be abbreviated as 'fo'.
> 
> +* GDB now indicates which thread received a signal.  E.g., "Thread 1
> +  received signal SIGUSR1" instead of "Program received signal
> +  SIGUSR1".
> +
>  * New configure options

Fine, thanks.


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