gdb/
[deliverable/binutils-gdb.git] / gdb / valprint.c
index fd573c255e7ce72de66b743ff1f31a189bdbe0d3..286ef9e74cd4b7d29310c27b0982bd37ac308c74 100644 (file)
@@ -305,6 +305,12 @@ val_print_unavailable (struct ui_file *stream)
   fprintf_filtered (stream, _("<unavailable>"));
 }
 
+void
+val_print_invalid_address (struct ui_file *stream)
+{
+  fprintf_filtered (stream, _("<invalid address>"));
+}
+
 /* Print using the given LANGUAGE the data of type TYPE located at
    VALADDR + EMBEDDED_OFFSET (within GDB), which came from the
    inferior at address ADDRESS + EMBEDDED_OFFSET, onto stdio stream
This page took 0.028235 seconds and 4 git commands to generate.