Added mock gdbstub implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef GDBSTUB_H
|
||||
#define GDBSTUB_H
|
||||
|
||||
void gdbstub_start();
|
||||
void gdbstub_wait_for_connection();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user