]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Fix console mode for non-cygwin inferior of GDB.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 13 Feb 2022 03:03:45 +0000 (12:03 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 13 Feb 2022 14:55:59 +0000 (23:55 +0900)
commitcb0e392903aeb4f2abe0fd06319e484d0a22938c
tree36662e5fa07f112be7a1a03c1f55bf223219c352
parentbed1add783a13b3304b1625b962707f89e90e323
Cygwin: console: Fix console mode for non-cygwin inferior of GDB.

- Currently, there is no chance to change console mode for non-cygwin
  inferior of GDB. With this patch, the console mode is changed to
  tty::native in CreateProcess() and ContinueDebugEvent() hooked in
  fhandler_console.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_tty.cc
This page took 0.031069 seconds and 5 git commands to generate.