diff options
Diffstat (limited to 'debugger.h')
-rw-r--r-- | debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ extern int dbg_wait(struct thread *th, int recursion); extern int dbg_intr(struct thread *th); extern int dbg_cont(struct thread *th, int cont); +extern int dbg_realcont(struct thread *th); extern int dbg_step(struct thread *th, int stepover); extern int dbg_pets(struct thread *th); |