aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 34d47f7..8495050 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -358,6 +358,20 @@ enum language
language_m2 /* Modula-2 */
};
+/* Possibilities for prettyprint parameters to routines which print
+ things. Like enum language, this should be in value.h, but needs
+ to be here for the same reason. FIXME: If we can eliminate this
+ as an arg to LA_VAL_PRINT, then we can probably move it back to
+ value.h. */
+
+enum val_prettyprint
+{
+ Val_no_prettyprint = 0,
+ Val_prettyprint,
+ /* Use the default setting which the user has specified. */
+ Val_pretty_default
+};
+
/* Host machine definition. This will be a symlink to one of the
xm-*.h files, built by the `configure' script. */