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);