diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-02-24 00:57:37 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-02-24 02:17:32 +0900 |
commit | 2f2b91550547001b005393097c5a4328451343d6 (patch) | |
tree | 8142a9f96a48b56a798f901e3acf1670e2dfc49e /libgloss | |
parent | d2b14c303c04989ae87bf1341357d059d266bf02 (diff) | |
download | newlib-2f2b91550547001b005393097c5a4328451343d6.zip newlib-2f2b91550547001b005393097c5a4328451343d6.tar.gz newlib-2f2b91550547001b005393097c5a4328451343d6.tar.bz2 |
Cygwin: pty, console: Add a workaround for GDB SIGINT handling.
- The inferior of the GDB cannot be continued after SIGINT even
though nopass option is set. This seems because cygwin GDB does
not support hooking cygwin signal. Therefore, a workaround for
GDB is added. With this patch, only CTRL_C_EVENT is sent to the
GDB inferior by Ctrl-C and sending SIGINT is omitted. Note that
"handle SIGINT (no)pass" command does not take effect even with
or without this patch.
Diffstat (limited to 'libgloss')
0 files changed, 0 insertions, 0 deletions