xref: /qemu/stubs/gdbstub.c (revision b8116f4cbaa0f64bb07564f20b3b5219e23c8bff)
1 #include "qemu/osdep.h"
2 #include "exec/gdbstub.h"       /* gdb_static_features */
3 
4 const GDBFeature gdb_static_features[] = {
5   { NULL }
6 };
7