This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFC/i385newframe] Fix sigtramp unwinder.
- From: Mark Kettenis <kettenis at chello dot nl>
- To: mludvig at suse dot cz
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 28 May 2003 22:57:16 +0200 (CEST)
- Subject: Re: [RFC/i385newframe] Fix sigtramp unwinder.
- References: <3ED4CA1B.2000004@suse.cz>
Date: Wed, 28 May 2003 16:39:23 +0200
From: Michal Ludvig <mludvig@suse.cz>
Hi,
this patch fixes x86_64_linux_sigcontext_addr() which returned wrong
address, and consequently enables unwinding from signal handlers.
Detailed explanation of this change is in the comment in the patch.
OK to apply?
Oops. Of course... There was a slight problem... You left an unused
variable. I fixed it and checked it in.
Thanks!
Mark