* linux-low.c (my_waitpid): Delete unnecessary prototype.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 90dcdc2ad140394870e4ecb20db3ad5e7b61b324..c0be1162f999bec69db11939e5ecb97e7889c5e8 100644 (file)
@@ -84,6 +84,12 @@ struct value_print_options
   /* If nonzero, print static fields for Pascal.  FIXME: C++ and Java
      share one flag, why not Pascal too?  */
   int pascal_static_field_print;
+
+  /* Controls Python pretty-printing.  */
+  int raw;
+
+  /* If nonzero, print the value in "summary" form.  */
+  int summary;
 };
 
 /* The global print options set by the user.  In general this should
@@ -138,6 +144,7 @@ extern void print_char_chars (struct ui_file *, struct type *,
                              const gdb_byte *, unsigned int, enum bfd_endian);
 
 int read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit,
-                gdb_byte **buffer, int *bytes_read);
+                enum bfd_endian byte_order, gdb_byte **buffer,
+                int *bytes_read);
 
 #endif
This page took 0.025849 seconds and 4 git commands to generate.