X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=gdbstub.h;h=d82334fc7b42fb49e4d166a0c7477ed99d3298ed;hb=1167bfd63d983eaa4816ee0edb185f98ff070d6d;hp=219abdab0e16315f7d34b9ab6ba19825719fc208;hpb=0e1c9c54afb9ce6be2339923ced025a0d2a541ea;p=qemu.git diff --git a/gdbstub.h b/gdbstub.h index 219abdab0..d82334fc7 100644 --- a/gdbstub.h +++ b/gdbstub.h @@ -38,4 +38,7 @@ int gdbserver_start(int); int gdbserver_start(const char *port); #endif +/* in gdbstub-xml.c, generated by scripts/feature_to_c.sh */ +extern const char *const xml_builtin[][2]; + #endif