Unify getpkt and getpkt_or_notif_sane
authorTom Tromey <tromey@adacore.com>
Mon, 28 Aug 2023 16:25:57 +0000 (10:25 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 14:14:18 +0000 (08:14 -0600)
commita60f93c774881d31bc55c5fc1b52dc569dcf6331
tree3ef0a929911fc43d4a893c8b5c5497455b3283ca
parent8756b726c2a97512898f839d19e8b6da637cff1c
Unify getpkt and getpkt_or_notif_sane

getpkt and getpkt_or_notif_sane are just wrappers for
getpkt_or_notif_sane_1.  This patch adds the is_notif parameter to
getpkt, with a suitable default, and removes the wrappers.

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