aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-load.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-11-11 14:50:50 -0700
committerTom Tromey <tom@tromey.com>2022-12-19 08:19:00 -0700
commit4ec2227afb0a091fa94e1571bc5e117a2a6c8b01 (patch)
treea157d5f78871b263755c705f783b989dd164f87f /gdb/break-catch-load.c
parentdad6b350f986a58abe469f4584ac515e7ac17879 (diff)
downloadbinutils-4ec2227afb0a091fa94e1571bc5e117a2a6c8b01.zip
binutils-4ec2227afb0a091fa94e1571bc5e117a2a6c8b01.tar.gz
binutils-4ec2227afb0a091fa94e1571bc5e117a2a6c8b01.tar.bz2
Use bool in bpstat
This changes bpstat to use 'bool' rather than 'char', and updates the uses.
Diffstat (limited to 'gdb/break-catch-load.c')
-rw-r--r--gdb/break-catch-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/break-catch-load.c b/gdb/break-catch-load.c
index 617ee2b..5876421 100644
--- a/gdb/break-catch-load.c
+++ b/gdb/break-catch-load.c
@@ -134,7 +134,7 @@ solib_catchpoint::check_status (struct bpstat *bs)
}
}
- bs->stop = 0;
+ bs->stop = false;
bs->print_it = print_it_noop;
}