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

2011-09-08 Thread Fabien Chouteau
On 07/09/2011 21:02, Blue Swirl wrote: > On Tue, Sep 6, 2011 at 10:38 AM, Fabien Chouteau wrote: >> On 05/09/2011 21:22, Blue Swirl wrote: >>> On Mon, Sep 5, 2011 at 9:33 AM, Fabien Chouteau >>> wrote: On 03/09/2011 11:25, Blue Swirl wrote: > On Thu, Sep 1, 2011 at 2:17 PM, Fabien Chout

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

2011-09-07 Thread Blue Swirl
On Tue, Sep 6, 2011 at 10:38 AM, Fabien Chouteau wrote: > On 05/09/2011 21:22, Blue Swirl wrote: >> On Mon, Sep 5, 2011 at 9:33 AM, Fabien Chouteau wrote: >>> On 03/09/2011 11:25, Blue Swirl wrote: On Thu, Sep 1, 2011 at 2:17 PM, Fabien Chouteau wrote: > Gdb expects all registers

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

2011-09-06 Thread Fabien Chouteau
On 05/09/2011 21:22, Blue Swirl wrote: > On Mon, Sep 5, 2011 at 9:33 AM, Fabien Chouteau wrote: >> On 03/09/2011 11:25, Blue Swirl wrote: >>> On Thu, Sep 1, 2011 at 2:17 PM, Fabien Chouteau >>> wrote: Gdb expects all registers windows to be flushed in ram, which is not the case i

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

2011-09-05 Thread Blue Swirl
On Mon, Sep 5, 2011 at 9:33 AM, Fabien Chouteau wrote: > On 03/09/2011 11:25, Blue Swirl wrote: >> On Thu, Sep 1, 2011 at 2:17 PM, 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

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

2011-09-05 Thread Fabien Chouteau
On 03/09/2011 11:25, Blue Swirl wrote: > On Thu, Sep 1, 2011 at 2:17 PM, 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/writes in sta

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

2011-09-03 Thread Blue Swirl
On Thu, Sep 1, 2011 at 2:17 PM, 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/writes in stack frames as if windows were flushed. > > Si

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

2011-09-01 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/writes in stack frames as if windows were flushed. Signed-off-by: Fabien Chouteau --- gdbstub.c | 10 +