linux-nat: Exploit /proc/<pid>/mem for writing
[deliverable/binutils-gdb.git] / gdb / valprint.c
index c3e17ffe6d104a8f99396ec5e47fb97ba7912e16..529f9a5058d1f286f2ed94b6e34d5c0c62ad8ada 100644 (file)
@@ -1201,6 +1201,9 @@ common_val_print (struct value *val, struct ui_file *stream, int recurse,
        get a fixed representation of our value.  */
     val = ada_to_fixed_value (val);
 
+  if (value_lazy (val))
+    value_fetch_lazy (val);
+
   val_print (value_type (val),
             value_embedded_offset (val), value_address (val),
             stream, recurse,
This page took 0.026791 seconds and 4 git commands to generate.