gas thunderx support
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 1d86ed73da801ae43e594202dbbbf3bcee64e4e6..e3d0137e380fb9f4fa4dc26f64074b4e294ce8ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for value printing routines for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -163,6 +163,9 @@ extern int read_string (CORE_ADDR addr, int len, int width,
 extern void val_print_optimized_out (const struct value *val,
                                     struct ui_file *stream);
 
+/* Prints "<not saved>" to STREAM.  */
+extern void val_print_not_saved (struct ui_file *stream);
+
 extern void val_print_unavailable (struct ui_file *stream);
 
 extern void val_print_invalid_address (struct ui_file *stream);
This page took 0.023382 seconds and 4 git commands to generate.