]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Change server_command to bool
authorTom Tromey <tom@tromey.com>
Sat, 9 May 2020 18:04:58 +0000 (12:04 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 9 May 2020 18:04:58 +0000 (12:04 -0600)
commit2f78cffc1671188924ab3ec46a6a962894add49a
treed395ff43cd58b737454ad1593cc4a673d55eca18
parent6dc55ce97db90a9e6f201d67ca05608e19287ba1
Change server_command to bool

I noticed that "server_command" is an int, but really it should be a
bool.

gdb/ChangeLog
2020-05-09  Tom Tromey  <tom@tromey.com>

* top.c (server_command): Now bool.
* top.h (server_command): Now bool.
gdb/ChangeLog
gdb/top.c
gdb/top.h