diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index 1289a97..ba226e5 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -332,6 +332,10 @@ extern struct value *value_add (struct value *arg1, struct value *arg2); extern struct value *value_sub (struct value *arg1, struct value *arg2); +extern int value_must_coerce_to_target (struct value *arg1); + +extern struct value *value_coerce_to_target (struct value *arg1); + extern struct value *value_coerce_array (struct value *arg1); extern struct value *value_coerce_function (struct value *arg1); |