view gdb_remote.h @ 2706:0bd48217941a

Get uPD78K/II core done enough to run the LaserActive firmware main loop
author Michael Pavone <pavone@retrodev.com>
date Sun, 06 Jul 2025 20:09:32 -0700
parents 7e86ec94c899
children
line wrap: on
line source

#ifndef GDB_REMOTE_H_
#define GDB_REMOTE_H_
#include "genesis.h"

void gdb_remote_init(void);
void gdb_debug_enter(void *vcontext, uint32_t pc);

#endif //GDB_REMOTE_H_