gdb
[deliverable/binutils-gdb.git] / gdb / scm-lang.h
index 654095cd61a0bfb4f23a698f711929ffed6462d5..369905b51198a632f9856c8a77be8d5b087d6bc8 100644 (file)
 struct value;
 
 extern int scm_value_print (struct value *, struct ui_file *,
-                           int, enum val_prettyprint);
+                           const struct value_print_options *);
 
 extern int scm_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
-                         struct ui_file *, int, int, int,
-                         enum val_prettyprint);
+                         struct ui_file *, int,
+                         const struct value_print_options *);
 
 extern LONGEST scm_get_field (LONGEST, int);
 
-extern void scm_scmval_print (LONGEST, struct ui_file *, int, int, int,
-                             enum val_prettyprint);
+extern void scm_scmval_print (LONGEST, struct ui_file *, int,
+                             const struct value_print_options *);
 
 extern int is_scmvalue_type (struct type *);
 
This page took 0.024757 seconds and 4 git commands to generate.