view gdb_remote.h @ 2702:0a6d644c47aa

Avoid crash if using an older SDL2 DLL than the one we compiled with
author Michael Pavone <pavone@retrodev.com>
date Fri, 04 Jul 2025 21:23:48 -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_