Make bpstat_what::is_longjmp a bool
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index e25acfa7c2ec14b3850a05c80327ba34382e0ba0..40834eff634f86b4cb00a1f9c82f2b0526183224 100644 (file)
@@ -1048,7 +1048,7 @@ struct bpstat_what
     /* Used for BPSTAT_WHAT_SET_LONGJMP_RESUME and
        BPSTAT_WHAT_CLEAR_LONGJMP_RESUME.  True if we are handling a
        longjmp, false if we are handling an exception.  */
-    int is_longjmp;
+    bool is_longjmp;
   };
 
 /* Tell what to do about this bpstat.  */
This page took 0.023992 seconds and 4 git commands to generate.