gdb linux-nat: Convert linux_nat_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)
commitc150bdf0e0977086532487c5244b5da4a1535b93
tree1b1edfd9dfa08d38481448a5681517c6eeb7aa8c
parentea3e7446dcac18abb68772ce4e04b72815f49745
gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class.

Use event_pipe from gdbsupport in place of the existing file
descriptor array.
gdb/linux-nat.c