view gdb_remote.h @ 1252:8e3adc6264d3

Don't depend on USER being set in build_nightly as it does not seem to work when build job is run from cron
author Michael Pavone <pavone@retrodev.com>
date Mon, 27 Feb 2017 00:38:53 -0800
parents 22e87b739ad6
children 85a90964b557
line wrap: on
line source

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

void gdb_remote_init(void);
m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);

#endif //GDB_REMOTE_H_