From 41945242524f9ecc795138fdb5beb31362f7826a Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 28 Sep 2023 15:05:51 -0400 Subject: dbg_realcont for testing purposes Signed-off-by: Malfurious --- debugger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'debugger.h') diff --git a/debugger.h b/debugger.h index 845bf69..2705f92 100644 --- a/debugger.h +++ b/debugger.h @@ -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); -- cgit v1.2.3