gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / value.h
index 4dec28e0f2fed64c483678930dd6f99a8b427d29..b5e77fdab8e9688e1f17f2e013e41cddfbf2829f 100644 (file)
@@ -368,6 +368,10 @@ extern int value_bits_synthetic_pointer (const struct value *value,
 extern int value_bytes_available (const struct value *value,
                                  int offset, int length);
 
+/* Like value_bytes_available, but return false if any byte in the
+   whole object is unavailable.  */
+extern int value_entirely_available (struct value *value);
+
 /* Mark VALUE's content bytes starting at OFFSET and extending for
    LENGTH bytes as unavailable.  */
 
This page took 0.023281 seconds and 4 git commands to generate.