gdb: some int to bool conversion in breakpoint.c
authorAndrew Burgess <aburgess@redhat.com>
Tue, 4 Oct 2022 13:13:53 +0000 (14:13 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 20 Oct 2022 15:41:51 +0000 (16:41 +0100)
commitd8de7963a9d64d82e745e402f7f264fc53f4f2a7
treea8deb3c61f65b3b8cd429ddd67da6e7e0b54b32b
parentaaa141a0a99fb63f6209da75257c58d94404a963
gdb: some int to bool conversion in breakpoint.c

Some int to bool conversion in breakpoint.c.  I've only updated the
function signatures of static functions, but I've updated some
function local variables throughout the file.

There should be no user visible changes after this commit.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/breakpoint.c