]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Use bool in getpkt
authorTom Tromey <tromey@adacore.com>
Mon, 28 Aug 2023 16:24:32 +0000 (10:24 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 14:14:18 +0000 (08:14 -0600)
commit8756b726c2a97512898f839d19e8b6da637cff1c
treec1dff67b4901acfed3bcf356d54d4e0838e10a1a
parentef6a98437852a4080bcb3e5c8036c9dae2b2c75c
Use bool in getpkt

This changes getpkt and related functions to use bool rather than int.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/remote.c