*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / wrapper.h
index bfe11001ffa64d5999d3a4739e6d16cb6d7ca1a9..b287b29db1e91440b975446f15867de5f5b71cc3 100644 (file)
 
 #ifndef WRAPPER_H
 #define WRAPPER_H 1
+#include "gdb.h"
 
 struct value;
+struct expression;
+struct block;
 
 /* Use this struct to pass arguments to wrapper routines. */
 struct gdb_wrapper_arguments;
@@ -37,6 +40,10 @@ extern int gdb_value_assign (struct value *, struct value *, struct value **);
 
 extern int gdb_value_subscript (struct value *, struct value *, struct value **);
 
+extern enum gdb_rc gdb_value_struct_elt (struct ui_out *uiout, struct value **result_ptr,
+                                        struct value **argp, struct value **args,
+                                        char *name, int *static_memfuncp, char *err);
+
 extern int gdb_value_ind (struct value *val, struct value ** rval);
 
 extern int gdb_parse_and_eval_type (char *, int, struct type **);
This page took 0.023305 seconds and 4 git commands to generate.