GDB/MI: Document support for -exec-run --start in -list-features
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 1d86ed73da801ae43e594202dbbbf3bcee64e4e6..8ed259d6b7486f7615ba4158c9c0f33d2599235a 100644 (file)
@@ -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.023933 seconds and 4 git commands to generate.