Remove `expout*' globals from parser-defs.h
[deliverable/binutils-gdb.git] / gdb / stap-probe.h
index 5b16201d5409d3d84ad4402575c61ab4d5cc0eab..6d3c12e8267873425457a79b2662f8964468aaf6 100644 (file)
@@ -20,6 +20,9 @@
 #if !defined (STAP_PROBE_H)
 #define STAP_PROBE_H 1
 
+/* For `struct parser_state'.  */
+#include "parser-defs.h"
+
 /* Structure which holds information about the parsing process of one probe's
    argument.  */
 
@@ -28,6 +31,9 @@ struct stap_parse_info
   /* The probe's argument in a string format.  */
   const char *arg;
 
+  /* The parser state to be used when generating the expression.  */
+  struct parser_state pstate;
+
   /* A pointer to the full chain of arguments.  This is useful for printing
      error messages.  The parser functions should not modify this argument
      directly; instead, they should use the ARG pointer above.  */
This page took 0.037283 seconds and 4 git commands to generate.