]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Change target_ops::async to accept bool
authorTom Tromey <tromey@adacore.com>
Tue, 19 Jul 2022 19:07:32 +0000 (13:07 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Jul 2022 17:06:51 +0000 (11:06 -0600)
commit4a570176b4031de847c2b6067798d67006c1e8f5
tree3f1009c5c1767ccced9adb134a16308e15c4c044
parent36da255e7c6a37b17492361d91001e23263c05c6
Change target_ops::async to accept bool

This changes the parameter of target_ops::async from int to bool.
Regression tested on x86-64 Fedora 34.
15 files changed:
gdb/fbsd-nat.c
gdb/fbsd-nat.h
gdb/inf-loop.c
gdb/inf-ptrace.c
gdb/infcmd.c
gdb/infrun.c
gdb/linux-nat.c
gdb/linux-nat.h
gdb/record-btrace.c
gdb/record-full.c
gdb/remote.c
gdb/target-delegates.c
gdb/target.c
gdb/target.h
gdb/top.c