[NEWS patch] Re: [PATCH] "Program received signal" => "Thread N received signal"

Pedro Alves palves@redhat.com
Wed Nov 14 13:37:00 GMT 2012


On 11/14/2012 03:44 AM, Eli Zaretskii wrote:
>> From: Pedro Alves <palves@redhat.com>
>> Date: Tue, 13 Nov 2012 20:10:29 +0000
>>
>> gdb/doc/
>> 2012-11-13  Pedro Alves  <palves@redhat.com>
>>
>> 	* gdb.texinfo (Signals) <extra signal information>: Adjust example
>> 	to "Program received signal" => "Thread N received signal" output
>> 	change.
> 
> OK for this part, thanks.

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

 --enable-libmcheck/--disable-libmcheck



More information about the Gdb-patches mailing list