commit | 6703aa6c7d60c9b24a475fdf52ea1ce1baf7ac19 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Wed May 07 10:09:43 2025 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Mon May 12 16:03:57 2025 +0100 |
tree | eb124b7e22ff3dee59ab20be537e3763e3a75ca6 | |
parent | be437614a1ea4aba0c3df9d71328cf798ecc3353 [diff] |
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>