summaryrefslogtreecommitdiffstats
path: root/misplays.c
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-09-28 15:05:51 -0400
committerMalfurious <m@lfurio.us>2024-04-24 13:31:08 -0400
commit41945242524f9ecc795138fdb5beb31362f7826a (patch)
tree2ebc530fce27be7918606ac47d0c32c669502226 /misplays.c
parent5e20ea14800abaa62b15fcf2bb8462e5661ffdc7 (diff)
downloadmisplays-41945242524f9ecc795138fdb5beb31362f7826a.tar.gz
misplays-41945242524f9ecc795138fdb5beb31362f7826a.zip
dbg_realcont for testing purposes
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'misplays.c')
-rw-r--r--misplays.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/misplays.c b/misplays.c
index 0910012..272a60a 100644
--- a/misplays.c
+++ b/misplays.c
@@ -265,6 +265,9 @@ int main(int argc, char **argv) {
case 'c':
dbg_cont(th, PTRACE_CONT);
break;
+ case 'C':
+ dbg_realcont(th);
+ break;
case 'p':
dbg_intr(th);
break;