gdb: int to bool conversion for normal_stop
authorAndrew Burgess <aburgess@redhat.com>
Mon, 17 Oct 2022 14:01:24 +0000 (15:01 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 13 Jan 2023 16:34:10 +0000 (16:34 +0000)
commit8dd08de7e48850496321548099ef86d3275679b9
tree1efd0eec7916a9d02d18b645d8d36da7e09752a9
parent6f9f448118eaeaf006f867a25699aef7d8c72770
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.
gdb/infcmd.c
gdb/infrun.c
gdb/infrun.h