]> git.proxmox.com Git - qemu.git/commit - gdbstub.c
target-s390: Fix gdbstub
authorRichard Henderson <rth@twiddle.net>
Thu, 23 Aug 2012 17:44:45 +0000 (10:44 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:27 +0000 (12:00 -0800)
commit6ee77b16630bc86c1a44f9df61b072c7974ba503
tree5ae3861bc59868687e138878118cae205273d78e
parent79be7c7b603f89da209098a03a5459beb09a579b
target-s390: Fix gdbstub

The real gdb protocol doesn't split out pc or cc as real registers.
Those are pseudos that are extracted as needed from the PSW.  Don't
modify env->cc_op during read -- that way lies heisenbugs.

Fill in the XXX for the fp registers.

Remove duplicated defines in cpu.h.

Signed-off-by: Richard Henderson <rth@twiddle.net>
gdbstub.c
target-s390x/cpu.h