[Qemu-devel] [PATCH] gdbstub: Debug user-mode signals

2008-02-28 Thread Edgar E. Iglesias
Hello, This patch makes it possible to debug signal handlers when simulating programs in user-mode. Without it, the session aborts as soon as a signal is delivered. On CRIS I still cannot get GDB to unwind the stack beyond the signals return trampoline, but I'm pretty sure it's related to some

Re: [Qemu-devel] [PATCH] gdbstub: Debug user-mode signals

2008-02-28 Thread Edgar E. Iglesias
On Thu, Feb 28, 2008 at 08:22:30PM +0100, Edgar E. Iglesias wrote: Hello, This patch makes it possible to debug signal handlers when simulating programs in user-mode. Without it, the session aborts as soon as a signal is delivered. On CRIS I still cannot get GDB to unwind the stack