qemu-e2k/stubs/gdbstub.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
C
Raw Normal View History

#include "qemu/osdep.h"
#include "exec/gdbstub.h" /* gdb_static_features */
const GDBFeature gdb_static_features[] = {
{ NULL }
};