| commit | ea3e7446dcac18abb68772ce4e04b72815f49745 | [log] [tgz] |
|---|---|---|
| author | John Baldwin <jhb@FreeBSD.org> | Tue Feb 22 11:22:14 2022 -0800 |
| committer | John Baldwin <jhb@FreeBSD.org> | Tue Feb 22 11:22:14 2022 -0800 |
| tree | a06b1acf42f288af38f4b98d24542e415183c5c0 | |
| parent | 6a8fe63330c922255a4ced4b6491d35f6c384bba [diff] |
gdbsupport: Add an event-pipe class. This pulls out the implementation of an event pipe used to implement target async support in both linux-low.cc (gdbserver) and linux-nat.c (gdb). This will be used to replace the existing event pipe in linux-low.cc and linux-nat.c in future commits. Co-Authored-By: Lancelot SIX <lsix@lancelotsix.com>