gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index 8ff9da63d41b6a91526ac4481e7326fdce1cec9f..e58dc12303f57539155c41920ded20802b23e4bb 100644 (file)
@@ -113,7 +113,7 @@ struct parser_state : public expr_builder
                CORE_ADDR context_pc,
                int comma,
                const char *input,
-               int completion,
+               bool completion,
                innermost_block_tracker *tracker,
                bool void_p)
     : expr_builder (lang, gdbarch),
@@ -251,7 +251,7 @@ struct parser_state : public expr_builder
   int arglist_len = 0;
 
   /* True if parsing an expression to attempt completion.  */
-  int parse_completion;
+  bool parse_completion;
 
   /* Completion state is updated here.  */
   expr_completion_state m_completion_state;
This page took 0.023669 seconds and 4 git commands to generate.