]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/cpu.c
cpu: Introduce CPUClass::gdb_{read,write}_register()
[qemu.git] / target-arm / cpu.c
index f39c19f16214b3ea36c57290ddcb5c6d00a5295f..a493cc2239ed062afbf26d49ab7e767469dcee79 100644 (file)
@@ -824,6 +824,8 @@ static void arm_cpu_class_init(ObjectClass *oc, void *data)
     cc->do_interrupt = arm_cpu_do_interrupt;
     cc->dump_state = arm_cpu_dump_state;
     cc->set_pc = arm_cpu_set_pc;
+    cc->gdb_read_register = arm_cpu_gdb_read_register;
+    cc->gdb_write_register = arm_cpu_gdb_write_register;
 #ifndef CONFIG_USER_ONLY
     cc->get_phys_page_debug = arm_cpu_get_phys_page_debug;
     cc->vmsd = &vmstate_arm_cpu;