PR symtab/2161
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index ef85275e3c9c995ef9c05d139d737d98fdec3064..c1adf9ad687b3e3e880cd1e7abb8478e1ac128da 100644 (file)
@@ -76,6 +76,10 @@ struct dwarf_expr_context
      will be on the expression stack.  */
   int in_reg;
 
+  /* Initialization status of variable: Non-zero if variable has been
+     initialized; zero otherwise.  */
+  int initialized;
+
   /* An array of pieces.  PIECES points to its first element;
      NUM_PIECES is its length.
 
This page took 0.023467 seconds and 4 git commands to generate.