gdb
[deliverable/binutils-gdb.git] / gdb / value.h
index 4c426330329fbdfae340429e198ac78f0051ee0e..65d0a0249a05ca8c8dd05187729978ed2b295037 100644 (file)
@@ -479,6 +479,7 @@ extern struct value *value_at_lazy (struct type *type, CORE_ADDR addr);
 extern struct value *value_from_contents_and_address (struct type *,
                                                      const gdb_byte *,
                                                      CORE_ADDR);
+extern struct value *value_from_contents (struct type *, const gdb_byte *);
 
 extern struct value *default_value_from_register (struct type *type,
                                                  int regnum,
This page took 0.034554 seconds and 4 git commands to generate.