diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-29 20:50:33 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-29 20:50:33 +0000 |
commit | c33a346edff5910dddeea84792b73cb117518911 (patch) | |
tree | fc171ac6837d43fbb8ee9b984f2bebf907e45f0e /cpu-all.h | |
parent | 61a2ad53cb6337eb2c535984f65f1cb531ccc452 (diff) |
first part of single stepping support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@342 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ void cpu_interrupt(CPUState *s, int mask); int cpu_breakpoint_insert(CPUState *env, uint32_t pc); int cpu_breakpoint_remove(CPUState *env, uint32_t pc); +void cpu_single_step(CPUState *env, int enabled); /* gdb stub API */ extern int gdbstub_fd; |