]> git.proxmox.com Git - mirror_qemu.git/commit
target-alpha: Fix gdb access to fpcr and unique.
authorRichard Henderson <rth@anchor.twiddle.home>
Thu, 31 Dec 2009 19:54:01 +0000 (11:54 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 23 Feb 2010 22:36:22 +0000 (23:36 +0100)
commit7c5a90dd419ef9862ee99f3825b4eb7d0a033d37
tree9dc10fe9b7c82bd425ac2543f5416f19186253f2
parentd354899c8279146f3e154b9ba1f7461abb7f5279
target-alpha: Fix gdb access to fpcr and unique.

cpu_gdb_read/write_register need to access the fpcr via the
cpu_alpha_load/store_fpcr functions.

The unique register is number 66 in the gdb remote protocol.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
gdbstub.c