gdb/remote.c: move some things up
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 1 Dec 2021 14:40:02 +0000 (09:40 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Dec 2021 02:00:39 +0000 (21:00 -0500)
commita4543480c5e7879955c57e20ab4e8935961153b5
tree26ab9c2187df595d2e8e6a45454ee36960e92c78
parent4a3ee32a402c865d2abec9bd6b708bc315a0fff8
gdb/remote.c: move some things up

Move the stop_reply and a few functions up.  Some code above them in the
file will need to use them in a following patch.  No behavior changes
expected here.

Change-Id: I3ca57d0e3ec253f56e1ba401289d9d167de14ad2
gdb/remote.c