]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: int to bool conversion in find_memory_regions API
authorAndrew Burgess <aburgess@redhat.com>
Wed, 17 Sep 2025 12:07:09 +0000 (13:07 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 2 Oct 2025 16:41:56 +0000 (17:41 +0100)
commitdcfde4f8c731afc672cf658cd63f6743f4030027
treeea59a441349440198f07f9b0835329a719270fbb
parentaef88b83384976e96a8fb287a001588a2277ecd5
gdb: int to bool conversion in find_memory_regions API

Perform int to bool conversion for find_memory_region_ftype function
type.  This function type is used in the find_memory_regions API, both
target_find_memory_regions and target_find_memory_regions.

There should be no user visible changes after this commit.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/defs.h
gdb/fbsd-nat.c
gdb/gcore.c
gdb/gnu-nat.c
gdb/linux-tdep.c
gdb/netbsd-nat.c
gdb/procfs.c