Mercurial > repos > blastem
view gdb_remote.h @ 2680:e3394457427e
Fix small bug in goto dispatch output of CPU dsl
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 26 Mar 2025 01:20:09 -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_