* NEWS: Update.
[deliverable/binutils-gdb.git] / gdb / python / py-type.c
index f20f97400ce7176e8472b28b8bf2da42def7ea88..1f4e72c71ca86ee2a07be2fd70a422c71d4743c2 100644 (file)
@@ -30,6 +30,7 @@
 #include "vec.h"
 #include "bcache.h"
 #include "dwarf2loc.h"
+#include "typeprint.h"
 
 typedef struct pyty_type_object
 {
@@ -954,7 +955,8 @@ typy_str (PyObject *self)
       stb = mem_fileopen ();
       old_chain = make_cleanup_ui_file_delete (stb);
 
-      type_print (type_object_to_type (self), "", stb, -1);
+      LA_PRINT_TYPE (type_object_to_type (self), "", stb, -1, 0,
+                    &type_print_raw_options);
 
       thetype = ui_file_xstrdup (stb, &length);
       do_cleanups (old_chain);
This page took 0.024094 seconds and 4 git commands to generate.