Add xmethod interface to the extension language API.
[deliverable/binutils-gdb.git] / gdb / valops.c
index ff25f1a67d933b934b9f7204734a945ef12c9513..e915e34e596ac730f3f474828807109308d89a22 100644 (file)
@@ -1372,7 +1372,8 @@ value_must_coerce_to_target (struct value *val)
 
   /* The only lval kinds which do not live in target memory.  */
   if (VALUE_LVAL (val) != not_lval
-      && VALUE_LVAL (val) != lval_internalvar)
+      && VALUE_LVAL (val) != lval_internalvar
+      && VALUE_LVAL (val) != lval_xcallable)
     return 0;
 
   valtype = check_typedef (value_type (val));
This page took 0.023211 seconds and 4 git commands to generate.