]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: use bool more in linux-tdep.c
authorAndrew Burgess <aburgess@redhat.com>
Wed, 7 May 2025 09:09:43 +0000 (10:09 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 7 May 2025 09:09:43 +0000 (10:09 +0100)
commita73fbd7eba89c98832b977de392199f4c524a493
tree3f9420662cb42db69e69fd96053bc3072dda6400
parent998165ba99a3bcc80ba0b196223f4d49623e87b4
gdb: use bool more in linux-tdep.c

Convert linux_dump_mapping_p_ftype to return a bool, and then update
everything that is needed to handle the fallout from this change.

There should be no user visible changes from this commit.
gdb/linux-tdep.c