Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.
commit0a67adb0f518b1590bd94cdf98bed60888156bed
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 18 Apr 2022 11:07:48 +0000 (18 20:07 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 18 Apr 2022 11:07:48 +0000 (18 20:07 +0900)
treec6fdab73a964c766e960fb8fe896bbb6683ef665
parent98b6f23d98c5c75f96abd91860a2dccbebe7ffda
Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.

- In the latest GDB (11.2-1), Ctrl-C behaviour is broken a bit for
  non-cygwin inferior. For example, Ctrl-C on GDB prompt is not sent
  to GDB but to the inferior. This patch fixes the issue.
winsup/cygwin/fhandler_termios.cc