Re: [Qemu-devel] [PATCH 10/17] s390x: Adjust GDB stub

2011-03-25 Thread Nathan Froyd
On Thu, Mar 24, 2011 at 04:58:46PM +0100, Alexander Graf wrote: We have successfully lazilized cc computation, so we need to manually trigger its calculation when gdb wants to fetch it. We also changed the variable name, so writing it writes into a different field now. Wouldn't you want to:

Re: [Qemu-devel] [PATCH 10/17] s390x: Adjust GDB stub

2011-03-25 Thread Alexander Graf
On 25.03.2011, at 13:07, Nathan Froyd wrote: On Thu, Mar 24, 2011 at 04:58:46PM +0100, Alexander Graf wrote: We have successfully lazilized cc computation, so we need to manually trigger its calculation when gdb wants to fetch it. We also changed the variable name, so writing it writes into

[Qemu-devel] [PATCH 10/17] s390x: Adjust GDB stub

2011-03-24 Thread Alexander Graf
We have successfully lazilized cc computation, so we need to manually trigger its calculation when gdb wants to fetch it. We also changed the variable name, so writing it writes into a different field now. Signed-off-by: Alexander Graf ag...@suse.de --- gdbstub.c |8 ++-- 1 files