This is the mail archive of the gdb-patches@sources.redhat.com 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]

Mention signal fixes in NEWS


Hello,

The attached makes mention of all the signal changes in the NEWS file.

Thoughts?

Andrew
2004-05-12  Andrew Cagney  <cagney@redhat.com>

	* NEWS: Mention signal fixes.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.148
diff -p -u -r1.148 NEWS
--- NEWS	7 May 2004 14:34:35 -0000	1.148
+++ NEWS	12 May 2004 18:38:19 -0000
@@ -3,6 +3,14 @@
 
 *** Changes since GDB 6.1:
 
+* Signal trampoline code overhauled
+
+Many generic problems with GDB's signal handling code have been fixed.
+These include: support for sigaltstack and sigaction; backtrace from a
+NULL pointer call; backtrace through a signal trampoline; step into
+and out of signal handlers; and single-stepping in the signal
+trampoline.
+
 * Cygwin support for DWARF 2 added.
 
 * Fixed build problem on IRIX 5

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