2016-01-29 17:49:52 +00:00
|
|
|
#include "qemu/osdep.h"
|
2023-10-09 17:40:51 +01:00
|
|
|
#include "exec/gdbstub.h" /* gdb_static_features */
|
2013-07-07 15:08:22 +02:00
|
|
|
|
2023-10-09 17:40:51 +01:00
|
|
|
const GDBFeature gdb_static_features[] = {
|
|
|
|
{ NULL }
|
2013-07-07 15:08:22 +02:00
|
|
|
};
|