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