Print registers not saved in the frame as "<not saved>" instead of "<optimized out>".
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 2959098f9ba83e72efd9e7a948023385a0b3835a..1d86ed73da801ae43e594202dbbbf3bcee64e4e6 100644 (file)
@@ -160,7 +160,8 @@ extern int read_string (CORE_ADDR addr, int len, int width,
                        enum bfd_endian byte_order, gdb_byte **buffer,
                        int *bytes_read);
 
-extern void val_print_optimized_out (struct ui_file *stream);
+extern void val_print_optimized_out (const struct value *val,
+                                    struct ui_file *stream);
 
 extern void val_print_unavailable (struct ui_file *stream);
 
@@ -211,4 +212,6 @@ extern void generic_printstr (struct ui_file *stream, struct type *type,
 
 extern void output_command_const (const char *args, int from_tty);
 
+extern int val_print_scalar_type_p (struct type *type);
+
 #endif
This page took 0.028395 seconds and 4 git commands to generate.