swissChili | 6264a3b | 2020-07-30 19:02:07 -0700 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "cpu.h" | ||||
4 | |||||
swissChili | c6b4f7e | 2020-08-09 16:36:36 -0700 | [diff] [blame] | 5 | #include <stdbool.h> |
6 | #include <mqueue.h> | ||||
7 | |||||
8 | bool debug_stmt(cpu_t *cpu, char *input, bool *running); | ||||
9 | // void debug_prompt(mqd_t mq, cpu_t *cpu); | ||||
10 | pthread_t start_debug_prompt(mqd_t mq, cpu_t *cpu); |