From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: Mention signal fixes in NEWS Date: Sat, 15 May 2004 08:23:00 -0000 Message-id: <3405-Sat15May2004112204+0300-eliz@gnu.org> References: <40A27605.70805@gnu.org> <40A3BF84.2070203@gnu.org> <7137-Fri14May2004153637+0300-eliz@gnu.org> <40A4E950.2050207@gnu.org> X-SW-Source: 2004-05/msg00441.html > Date: Fri, 14 May 2004 11:44:16 -0400 > From: Andrew Cagney > > 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. > > ? Thanks, I'm happy now.