diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index e66daa0..8e31c86 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -186,6 +186,7 @@ extern bfd_byte *value_contents_all_raw (struct value *); extern const bfd_byte *value_contents_all (struct value *); extern int value_fetch_lazy (struct value *val); +extern int value_contents_equal (struct value *val1, struct value *val2); /* If nonzero, this is the value of a variable which does not actually exist in the program. */ |