Home
last modified time | relevance | path

Searched refs:remote_support_xml (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c5823 static char *remote_support_xml; variable
5831 if (remote_support_xml == NULL) in register_remote_support_xml()
5832 remote_support_xml = concat ("xmlRegisters=", xml, (char *) NULL); in register_remote_support_xml()
5835 char *copy = xstrdup (remote_support_xml + 13); in register_remote_support_xml()
5851 remote_support_xml = reconcat (remote_support_xml, in register_remote_support_xml()
5852 remote_support_xml, ",", xml, in register_remote_support_xml()
5934 if (remote_support_xml != NULL in remote_query_supported()
5937 remote_query_supported_append (&q, remote_support_xml); in remote_query_supported()
DChangeLog-20108090 * remote.c (remote_support_xml): New.
8093 (remote_query_supported): Support remote_support_xml.