]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 3 Mar 2022 02:43:07 +0000 (11:43 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 3 Mar 2022 18:18:30 +0000 (03:18 +0900)
commit261acf73188bafafe8b59d8db7e8edeb940dac23
tree0a9e381cccdd3ea04c3b3f9ce33d5e229b8f91c7
parentefd153853c44876cceb430a0cc1a1a94e2067c96
Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.

- Previously, the PID_NEW_PG flag was also used as a marker for GDB
  with non-cygwin inferior, unlike its original meaning. With this
  patch, the condition exec_dwProcessId == dwProcessId is used as a
  marker for that instead.
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/tty.cc
This page took 0.032486 seconds and 5 git commands to generate.