gdb/
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index e6a99ecb873e84175248e440fc7914f3aceaae4c..4586da251539ad97ef96f8e8fe3caceae6cbd39f 100644 (file)
@@ -37,6 +37,7 @@
 #include "language.h"
 #include "python/python.h"
 #include "exceptions.h"
+#include "typeprint.h"
 
 /* Controls printing of vtbl's.  */
 static void
@@ -822,7 +823,7 @@ cp_print_class_member (const gdb_byte *valaddr, struct type *type,
       if (name)
        fputs_filtered (name, stream);
       else
-       c_type_print_base (domain, stream, 0, 0);
+       c_type_print_base (domain, stream, 0, 0, &type_print_raw_options);
       fprintf_filtered (stream, "::");
       fputs_filtered (TYPE_FIELD_NAME (domain, fieldno), stream);
     }
This page took 0.023748 seconds and 4 git commands to generate.