From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: Mention signal fixes in NEWS Date: Fri, 14 May 2004 15:44:00 -0000 Message-id: <40A4E950.2050207@gnu.org> References: <40A27605.70805@gnu.org> <40A3BF84.2070203@gnu.org> <7137-Fri14May2004153637+0300-eliz@gnu.org> X-SW-Source: 2004-05/msg00426.html Here's the entire updated text: * Signal trampoline code overhauled Many generic problems with GDB's signal handling code have been fixed. These include: backtraces through non-contigious 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. ? Andrew