]> git.proxmox.com Git - qemu.git/commit
target-unicore32: Implement CPUClass::set_pc()
authorAndreas Färber <afaerber@suse.de>
Fri, 28 Jun 2013 17:41:07 +0000 (19:41 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 23 Jul 2013 00:41:32 +0000 (02:41 +0200)
commitb42eab27beaefd5c9bf9353383d6403e0628c014
treeded415a919492266321cbfe8091007e315d70edd
parenta10b978c4246bf9af0e34505aba500d3e7f6c6c4
target-unicore32: Implement CPUClass::set_pc()

This adds support for GDB's c addr (Continue) and s addr (Single Step).

Prepares for dropping cpu_pc_from_tb().

Signed-off-by: Andreas Färber <afaerber@suse.de>
target-unicore32/cpu.c