xref: /openbmc/qemu/stubs/gdbstub.c (revision a51e5124a655b3dad80b36b18547cb1eca2c5eb2)
187c9b5e0SPeter Maydell #include "qemu/osdep.h"
2*956af7daSAkihiko Odaki #include "exec/gdbstub.h"       /* gdb_static_features */
35b24c641SAndreas Färber 
4*956af7daSAkihiko Odaki const GDBFeature gdb_static_features[] = {
5*956af7daSAkihiko Odaki   { NULL }
65b24c641SAndreas Färber };
7