]> Git Repo - qemu.git/blob - stubs/gdbstub.c
parallels: Sanity check for s->tracks (CVE-2014-0142)
[qemu.git] / stubs / gdbstub.c
1 #include "stdbool.h"            /* bool (in exec/gdbstub.h) */
2 #include "stddef.h"             /* NULL */
3 #include "exec/gdbstub.h"       /* xml_builtin */
4
5 const char *const xml_builtin[][2] = {
6   { NULL, NULL }
7 };
This page took 0.024342 seconds and 4 git commands to generate.