]> Git Repo - binutils.git/blobdiff - gdb/valprint.h
* windows-nat.c (windows_make_so): Use gdb_bfd_open.
[binutils.git] / gdb / valprint.h
index 56c0c92c01c6752c0f705c20eecb54110cb9866c..b853b1af919b9d2056ccacc0ee0a9802a0f0983a 100644 (file)
@@ -90,6 +90,10 @@ struct value_print_options
 
   /* If nonzero, print the value in "summary" form.  */
   int summary;
+
+  /* If nonzero, when printing a pointer, print the symbol to which it
+     points, if any.  */
+  int symbol_print;
 };
 
 /* The global print options set by the user.  In general this should
@@ -148,10 +152,10 @@ extern void print_hex_chars (struct ui_file *, const gdb_byte *,
 extern void print_char_chars (struct ui_file *, struct type *,
                              const gdb_byte *, unsigned int, enum bfd_endian);
 
-extern void print_function_pointer_address (struct gdbarch *gdbarch,
+extern void print_function_pointer_address (const struct value_print_options *options,
+                                           struct gdbarch *gdbarch,
                                            CORE_ADDR address,
-                                           struct ui_file *stream,
-                                           int addressprint);
+                                           struct ui_file *stream);
 
 int read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit,
                 enum bfd_endian byte_order, gdb_byte **buffer,
This page took 0.021571 seconds and 4 git commands to generate.