aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r--gdb/valprint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h
index 1d86ed7..8ed259d 100644
--- a/gdb/valprint.h
+++ b/gdb/valprint.h
@@ -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);