]> git.proxmox.com Git - qemu.git/commit
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
authorAndreas Färber <afaerber@suse.de>
Fri, 21 Jun 2013 17:09:18 +0000 (19:09 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 23 Jul 2013 00:41:31 +0000 (02:41 +0200)
commitf45748f10eda61d6262153fadf3910cb63e17ecd
tree9b386381473d206b62f0940e3bb60d9cbacfeacc
parent2be8d4509896116dae7b3b9dffc0fccef480126d
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()

This moves setting the Program Counter from gdbstub into target code.
Use vaddr type as upper-bound replacement for target_ulong.

Signed-off-by: Andreas Färber <afaerber@suse.de>
15 files changed:
gdbstub.c
include/qom/cpu.h
target-alpha/cpu.c
target-arm/cpu.c
target-cris/cpu.c
target-i386/cpu.c
target-lm32/cpu.c
target-microblaze/cpu.c
target-mips/cpu.c
target-openrisc/cpu.c
target-ppc/translate_init.c
target-s390x/cpu.c
target-sh4/cpu.c
target-sparc/cpu.c
target-xtensa/cpu.c