Revision 5b50e790 include/exec/gdbstub.h

b/include/exec/gdbstub.h
84 84
int gdbserver_start(const char *port);
85 85
#endif
86 86

  
87
/**
88
 * gdb_has_xml:
89
 * This is an ugly hack to cope with both new and old gdb.
90
 * If gdb sends qXfer:features:read then assume we're talking to a newish
91
 * gdb that understands target descriptions.
92
 */
93
extern bool gdb_has_xml;
94

  
87 95
/* in gdbstub-xml.c, generated by scripts/feature_to_c.sh */
88 96
extern const char *const xml_builtin[][2];
89 97

  

Also available in: Unified diff