]> 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>
Mon, 12 May 2025 15:03:57 +0000 (16:03 +0100)
commit6703aa6c7d60c9b24a475fdf52ea1ce1baf7ac19
treeeb124b7e22ff3dee59ab20be537e3763e3a75ca6
parentbe437614a1ea4aba0c3df9d71328cf798ecc3353
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.

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