Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
abccdfcd20d5ba84ae11d82e58ee5d21f18c1c4d
/
.
/
dbg.h
blob: 67f082d4fb152160a1fb03aa3ad67a4b96abd1c3 [
file
] [
log
] [
blame
]
#pragma
once
#include
"cpu.h"
#include
<stdbool.h>
#include
<mqueue.h>
bool
debug_stmt
(
cpu_t
*
cpu
,
char
*
input
,
bool
*
running
);
// void debug_prompt(mqd_t mq, cpu_t *cpu);
pthread_t
start_debug_prompt
(
mqd_t
mq
,
cpu_t
*
cpu
);