Add xmlRegisters= to qSupported packet.
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 83275acb2dc7ed1ed99c6ddf1a03c2a8a7b34ce6..9b4c93e027b480ff96d256d45d2ade58e15b1c18 100644 (file)
@@ -44,6 +44,7 @@
 #include "value.h"
 #include "dis-asm.h"
 #include "disasm.h"
+#include "remote.h"
 
 #include "gdb_assert.h"
 #include "gdb_string.h"
@@ -6000,4 +6001,7 @@ is \"default\"."),
 
   /* Initialize the standard target descriptions.  */
   initialize_tdesc_i386 ();
+
+  /* Tell remote stub that we support XML target description.  */
+  register_remote_support_xml ("i386");
 }
This page took 0.024726 seconds and 4 git commands to generate.