repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cuda: port FILE_SERVER_FLAG command to new framework
[qemu/ar7.git]
/
stubs
/
gdbstub.c
blob
359c28990a3e1f5a177575c19b8c75861990de4d
1
#include
"qemu/osdep.h"
2
#include
"stdbool.h"
/* bool (in exec/gdbstub.h) */
3
#include
"stddef.h"
/* NULL */
4
#include
"exec/gdbstub.h"
/* xml_builtin */
5
6
const char
*
const
xml_builtin
[][
2
] = {
7
{
NULL
,
NULL
}
8
};