diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-17 19:16:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-17 19:16:07 +0000 |
commit | 3c0b7db215a4d9b800ba6b97b88280ed2d61b80d (patch) | |
tree | 94d91cea7c5a1846f500a202a2fd4da54a92c5c0 /gdb/NEWS | |
parent | 117a3ac80341bb1ce3a7bd22665b3b9ffd7cb5a5 (diff) | |
download | gdb-3c0b7db215a4d9b800ba6b97b88280ed2d61b80d.zip gdb-3c0b7db215a4d9b800ba6b97b88280ed2d61b80d.tar.gz gdb-3c0b7db215a4d9b800ba6b97b88280ed2d61b80d.tar.bz2 |
2004-05-17 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention signal fixes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -3,6 +3,17 @@ *** Changes since GDB 6.1: +* Signal trampoline code overhauled + +Many generic problems with GDB's signal handling code have been fixed. +These include: backtraces through non-contiguous stacks; recognition +of sa_sigaction signal trampolines; 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. + +These fixes were tested on i386 GNU/Linux systems that include a 2.4 +kernel. + * Cygwin support for DWARF 2 added. * Fixed build problem on IRIX 5 |