1 #ifndef __LUNAIX_GDBSTUB_H
2 #define __LUNAIX_GDBSTUB_H
4 #include <lunaix/hart_state.h>
5 #include <hal/serial.h>
6 #include <sys/gdbstub.h>
11 struct serial_dev* sdev;
12 reg_t registers[GDB_CPU_NUM_REGISTERS];
16 gdbstub_loop(struct hart_state* hstate);
18 #endif /* __LUNAIX_GDBSTUB_H */