*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ax.h
index a25a3d158a8fe15d51a4d0f579d6901f680daefc..d4069f7262b238e4f93ae1b6c04a56810ee87504 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -20,6 +20,7 @@
 #define AGENTEXPR_H
 
 #include "doublest.h"          /* For DOUBLEST.  */
+#include "vec.h"
 
 /* It's sometimes useful to be able to debug programs that you can't
    really stop for more than a fraction of a second.  To this end, the
@@ -144,6 +145,12 @@ struct agent_expr
     unsigned char *reg_mask;
   };
 
+/* Pointer to an agent_expr structure.  */
+typedef struct agent_expr *agent_expr_p;
+
+/* Vector of pointers to agent expressions.  */
+DEF_VEC_P (agent_expr_p);
+
 /* The actual values of the various bytecode operations.  */
 
 enum agent_op
This page took 0.024509 seconds and 4 git commands to generate.