Re: [Qemu-devel] [PATCH V2] [SPARC] Gdbstub: Fix back-trace on SPARC32

2011-09-10 Thread Blue Swirl
Thanks, applied. On Thu, Sep 8, 2011 at 10:48 AM, Fabien Chouteau wrote: > Gdb expects all registers windows to be flushed in ram, which is not the case > in Qemu. Therefore the back-trace generation doesn't work. This patch adds a > function to handle reads (and only read) in stack frames as if

[Qemu-devel] [PATCH V2] [SPARC] Gdbstub: Fix back-trace on SPARC32

2011-09-08 Thread Fabien Chouteau
Gdb expects all registers windows to be flushed in ram, which is not the case in Qemu. Therefore the back-trace generation doesn't work. This patch adds a function to handle reads (and only read) in stack frames as if windows were flushed. Signed-off-by: Fabien Chouteau --- V2: * only handle r