commit | d8de7963a9d64d82e745e402f7f264fc53f4f2a7 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue Oct 04 14:13:53 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Oct 20 16:41:51 2022 +0100 |
tree | a8deb3c61f65b3b8cd429ddd67da6e7e0b54b32b | |
parent | aaa141a0a99fb63f6209da75257c58d94404a963 [diff] |
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>