* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / expression.h
index 3a08e1287b035f8a1994bb4ff6b2b2b30886436e..cac4dadb5cfa83ec2056b6241e5e437eae0cb7e9 100644 (file)
@@ -319,6 +319,8 @@ struct expression
 #define BYTES_TO_EXP_ELEM(bytes) \
     (((bytes) + sizeof (union exp_element) - 1) / sizeof (union exp_element))
 
+#include "value.h"
+
 /* From parse.c */
 
 extern struct expression *parse_expression PARAMS ((char *));
@@ -352,6 +354,9 @@ enum noside
 extern struct value* evaluate_subexp_standard
 PARAMS ((struct type *, struct expression *, int*, enum noside));
 
+extern value_ptr evaluate_subexp_with_coercion PARAMS ((struct expression *,
+                                                       int *, enum noside));
+
 /* From expprint.c */
 
 extern void print_expression PARAMS ((struct expression *, GDB_FILE *));
This page took 0.022889 seconds and 4 git commands to generate.