Add xmethod interface to the extension language API.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index d58193e82f45fb3db8ab069ee89423e7e1c976b8..0d7b793c6ecbb1b84a614ba1329b62c408a89076 100644 (file)
@@ -4387,6 +4387,10 @@ gdbtypes_post_init (struct gdbarch *gdbarch)
     = arch_type (gdbarch, TYPE_CODE_INTERNAL_FUNCTION, 0,
                 "<internal function>");
 
+  /* This type represents an xmethod.  */
+  builtin_type->xmethod
+    = arch_type (gdbarch, TYPE_CODE_XMETHOD, 0, "<xmethod>");
+
   return builtin_type;
 }
 
This page took 0.024204 seconds and 4 git commands to generate.