gdb: some int to bool conversion in remote.c
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 11 May 2021 12:40:24 +0000 (13:40 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 14 May 2021 12:39:51 +0000 (13:39 +0100)
commit2f63ec5ccc5dca36398e570a500ad553729b19a3
tree375511c982ef6a23f8636d7d08e75f860970a43b
parent75f03fa77434ad49f1e7d333e0c93048639806e3
gdb: some int to bool conversion in remote.c

Convert a couple of local variables from int to bool.  There should be
no user visible changes after this commit.

gdb/ChangeLog:

* remote.c (check_pending_events_prevent_wildcard_vcont): Change
argument type, update and re-wrap, header comment.
(remote_target::commit_resumed): Convert any_process_wildcard and
may_global_wildcard_vcont from int to bool.
gdb/ChangeLog
gdb/remote.c