This is the mail archive of the
cygwin-patches
mailing list for the Cygwin project.
Re: [PATCH v2 0/1] Cygwin: console: Make console input work in GDB and strace.
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin-patches at cygwin dot com" <cygwin-patches at cygwin dot com>
- Date: Fri, 20 Sep 2019 22:00:34 +0000
- Subject: Re: [PATCH v2 0/1] Cygwin: console: Make console input work in GDB and strace.
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cornell.edu; dmarc=pass action=none header.from=cornell.edu; dkim=pass header.d=cornell.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=IFGU9HNYDeTJhTpqNyLKA1fUiWehIXfThjxPgiOqOYY=; b=Wk5xf97FfNEtlypMkLSb3iWB9P4xK30ri7PhJc+JgvCa2X10elNZWxNa9tIjgilJmVQioOl9eqhuuNDHOaKZ0j9JRgY+hGP0bPn/zj5r2sJFE3Na6izbGp1+8s9oVSRobHJcZUPK9hBeJmLTv/zuA3e1BKnpKf0bhQ1aiQDQl8AEw6SfXFJtO6s81Qkq1jbaQJL73MjBX0d7oSKrVvPQ48gT+V7+ZW9Izu9FZNGXP628oFkvtGFm7Rxs9QLHx9KE7ym+IhLPOMMAao/5mi69Sq/flz0PpEHpDSS8tzuP9hrpA0WpnWlMzps7Hcub4wo4Fp6YyYNRoZ1AYcIW1qpr5w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eNZVfpZhPdnoDzg+xvNokMse+a28lpWkNu7JiPkcolQ7x7HYiToeCnGSzhYqNbWc9/4mpMyVJ9+iQC3PCmjIaBl90mXoJZi5FC74h//ueGd6Km58i862XzaquQpARPdR1cyXQ78Mx18xoc+Qz7UJ9hdcnzcWvKF9q0dnE9FfNVyMfM1u2oyV07HnSRi4tIfHsVgpU1EngmQS2t186W+WhJMeQIspZW4xV5Nfs1hZozRCkYWtUAIGZVzkQXkql7btY02YQKv2eEUELxM7uM/6+IXHCKtdFPGiTTBYnu+62upjtduO59sCBzgEfLMJOWH4w5Us9sPCIz3eJxqD25jZVg==
- References: <20190920211035.952-1-takashi.yano@nifty.ne.jp>
On 9/20/2019 5:10 PM, Takashi Yano wrote:
> - After commit 2232498c712acc97a38fdc297cbe53ba74d0ec2c, console
> input cause error in GDB or strace. This patch fixes this issue.
>
> v2:
> Patch pinfo.cc rather than fhandler_termios.cc. This probably is
> the right thing.
>
> Takashi Yano (1):
> Cygwin: console: Make console input work in GDB and strace.
>
> winsup/cygwin/pinfo.cc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Pushed. Thanks.
Ken