gas/
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 817e5cd48dec8664da19fafcb1336dc3c2f833df..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
This page took 0.023869 seconds and 4 git commands to generate.