X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-sh4%2Fcpu-qom.h;h=c04e78631b3048121bc6c274233e11f7357b0320;hb=5b50e790f9e9403d11b4164193b76530ee85a2a1;hp=7c9160bab8303d3b12d193eaf9b9e3adb0b6fd0e;hpb=b142d79328cd0a0556634b0eeb891a15bfd5a00c;p=qemu.git diff --git a/target-sh4/cpu-qom.h b/target-sh4/cpu-qom.h index 7c9160bab..c04e78631 100644 --- a/target-sh4/cpu-qom.h +++ b/target-sh4/cpu-qom.h @@ -87,5 +87,7 @@ void superh_cpu_do_interrupt(CPUState *cpu); void superh_cpu_dump_state(CPUState *cpu, FILE *f, fprintf_function cpu_fprintf, int flags); hwaddr superh_cpu_get_phys_page_debug(CPUState *cpu, vaddr addr); +int superh_cpu_gdb_read_register(CPUState *cpu, uint8_t *buf, int reg); +int superh_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg); #endif