commit | a227513b8b7bcfcb7ee33a5c437cd9cf8e2bdc86 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <guinevere@redhat.com> | Mon Oct 14 08:58:29 2024 -0300 |
committer | Guinevere Larsen <guinevere@redhat.com> | Mon Oct 14 09:11:02 2024 -0300 |
tree | 61b7ed55e06c65f94b064f9e6f33a88d7f4e6618 | |
parent | 22c62092858e5623338a18a42491718d754977e8 [diff] |
gdb: make frame_unwind_try_unwinder return bool Before this commit, the function frame_unwind_try_unwinder would return an int, where 1 meant the unwinder works, and 0 it doesn't. This is just a boolean with extra steps, so this commit updates the function to return bool instead.