2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
[deliverable/binutils-gdb.git] / gdb / python / python-prettyprint.c
index 6e17f9ad7015dab15d1b7534ab7a40d7376b8ee3..117a5e4ca1ffb65e29e9b2df8a5ab8aa7e8738da 100644 (file)
 #include "symtab.h"
 #include "language.h"
 #include "valprint.h"
+
 #include "python.h"
-#include "python-internal.h"
 
 #ifdef HAVE_PYTHON
+#include "python-internal.h"
+
 
 /* Helper function for find_pretty_printer which iterates over a list,
    calls each function and inspects output.  This will return a
@@ -587,9 +589,8 @@ gdbpy_default_visualizer (PyObject *self, PyObject *args)
 int
 apply_val_pretty_printer (struct type *type, const gdb_byte *valaddr,
                          int embedded_offset, CORE_ADDR address,
-                         struct ui_file *stream, int format,
-                         int deref_ref, int recurse,
-                         enum val_prettyprint pretty,
+                         struct ui_file *stream, int recurse,
+                         const struct value_print_options *options,
                          const struct language_defn *language)
 {
   return 0;
This page took 0.040775 seconds and 4 git commands to generate.