mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Make bpstat_what::is_longjmp a bool
gdb/ChangeLog: * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to bool. (bpstat_what): Use false instead of 0.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user