New function value_in_inferior
diff --git a/value.h b/value.h
index b28dee7..5dfd61a 100644
--- a/value.h
+++ b/value.h
@@ -88,6 +88,9 @@
 /* Release the data held by VALP, if any, but not the type.  */
 void value_release(struct value *valp);
 
+/* Value resides in inferior, on given ADDRESS.  */
+void value_in_inferior(struct value *valp, arch_addr_t address);
+
 /* Destroy the value.  This is like value_release, but it additionally
  * frees the value type, if it's own_type.  It doesn't free the VAL
  * pointer itself.  */