]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb/remote: Use true/false instead of 1/0
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 7 Jun 2021 09:18:47 +0000 (10:18 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 28 Jun 2021 15:31:30 +0000 (16:31 +0100)
commit4d60b897707863bdfceb5b6e1c14545ad173a3a1
tree6205d0ece5f197df9c8467fc94c07748b1540dbb
parent78484bcab9ac1cab4ddc87fdbdc4a7e1fab7c5ee
gdb/remote: Use true/false instead of 1/0

The remote_state::starting_up member variable is already of type bool,
but in some places we still write to it using 1 and 0.  This commit
just updates things to use true and false.

There should be no user visible change after this commit.

gdb/ChangeLog:

* remote.c (remote_target::start_remote): Set 'starting_up' using
boolean values instead of integers.
gdb/ChangeLog
gdb/remote.c