commit | 8dd08de7e48850496321548099ef86d3275679b9 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Oct 17 15:01:24 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Fri Jan 13 16:34:10 2023 +0000 |
tree | 1efd0eec7916a9d02d18b645d8d36da7e09752a9 | |
parent | 6f9f448118eaeaf006f867a25699aef7d8c72770 [diff] |
gdb: int to bool conversion for normal_stop Change the return type of normal_stop (infrun.c) from int to bool. Update callers. I've also converted the (void) to () in the function declaration and definition, given I was changing those lines anyway. There should be no user visible changes after this commit.