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>