gdbserver linux-low: Convert linux_event_pipe to the event_pipe class.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Feb 2022 19:22:14 +0000 (11:22 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Feb 2022 19:22:14 +0000 (11:22 -0800)
commitcdc8e9b28598e0ededa78f67f4c374c3751b9bbe
treea34d6a4348cef53575b4db630d7ed9a4efae5251
parentc150bdf0e0977086532487c5244b5da4a1535b93
gdbserver linux-low: Convert linux_event_pipe to the event_pipe class.

Use event_pipe from gdbsupport in place of the existing file
descriptor array.
gdbserver/linux-low.cc