repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: define 'clock_type' for the accounting code
[qemu/rayw.git]
/
stubs
/
gdbstub.c
blob
f6a4553a310a0760682c16d5ac18a8dc092d424b
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
};