Files

9 lines
124 B
C

#ifndef GDBSTUB_H
#define GDBSTUB_H
void gdbstub_start();
void gdbstub_stop();
void gdbstub_wait_for_connection();
#endif