X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=CJkJVOby9ptLD28te2l/L0UnK1w4CZ9Jci4ZrXENloM eC6jqVtE6EB5WJJwo7vpepfaj9TvcPr1l1uM6ABMQEX31uC6mTsAxwqSBvZ1TT6m sdPinRD7e5kzLBHOafyTTCsNKoMdSqeUyU3vShosG1Gp0rGPk2TC978QqWuwCoOo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=R+K3pFogSjTLmYYBcmhFFdRgO1k=; b=KSMJ6vEjp6AwIkoBF Co3pTYVe+4U+m6iuFyLt1FoXMskgHYNAyMJzIhELzSADtWVIaVMGTbNdAvfF3Rp2 lVKyw05jzktHCtx6AF+sJC72t5b+Keu/LfzGwf72CoAgQU6bxo72ubus3dOjTI1F oo/ceAFjpd3pcPsYo+tRDmHOuI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: conssluserg-03.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 00NCqXXO008328 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1579783953; bh=vdm4omEq/LXlezW+ST9pfbvSXWYWNsyU9JZIPMk9XcI=; h=Date:From:To:Subject:In-Reply-To:References:From; b=RIcDfFhU/r+eakLPMubvmKfaRa2fi+MuOB3XlnGH6PDHQU+XUjBP0u1AgriYtke7O Hj2CLqo7UybFnaFiuWLiUu2r6WhdAocPyNz6UW8OaWiI4hRVGvIWSzxBtKEgqROrnu 4yZZhFh+pV2rbZXccaBVBXNVpkw82JWYNHdOWV0pKNuqKErShqAHf2LuayPLgjtqaB Q3bNCNEz/+skydpE9OI3+TrgsnMIX9RNNr/0v7d8mLmo736Hfle8ZdpSHI+UNHuTCK 75dG1ky1wjSUsmOatVKpJpiJ9pJiPYoKs4Cj1orInoM4tzPR6E2cN7M7raogJAV16S U4n/3FrTOAn1w== Date: Thu, 23 Jan 2020 21:52:47 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: cgdb terminal handling problems Message-Id: <20200123215247.62442b296b7ed384c94f2fb2@nifty.ne.jp> In-Reply-To: <20200118131140.e570f34a4f9a9d63b7e58d37@nifty.ne.jp> References: <20200118131140 DOT e570f34a4f9a9d63b7e58d37 AT nifty DOT ne DOT jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Sat, 18 Jan 2020 13:11:40 +0900 Takashi Yano wrote: > On Fri, 17 Jan 2020 16:40:03 +0000 (GMT Standard Time) > Arthur Norman wrote: > > [80X[80C[?25h[?25lbreakpoints-invalid[?25h[?25l > > [80X[80C[?25h[?25l[80X[80C[?25h[?25l > > Breakpoint 1,[67X[67C[?25h[?25l[80X[80C[?25h[?25lmain[76X[76C[?25h[?25l ([78X[78 > > C[?25h[?25largc[76X[76C[?25h[?25l=[79X[79C[?25h[?25l1[79X[79C[?25h[?25l,[79X[79C > > [?25h[?25largv[76X[76C[?25h[?25l=[79X[79C[?25h[?25l > > [80X[80C[?25h[?25larg-value *[?25h[?25l > > 0xffffcc40[70X[70C[?25h[?25l)[79X[79C[?25h[?25l at[77X[77C[?25h[?25lhello.cpp[71 > > X[71C[?25h[?25l:[79X[79C[?25h[?25l5[79X[79C[?25h[?25l[80X[80C[?25h[?25l[?25h[?25 > > l > > [80X[80C[?25h[?25l[80X[80C[?25h[?25l[80X[80C[?25h[?25l[80X[80C[?25h[?25l(gdb)[75 > > X[75C[?25h[?25l > > This is obviously a pseudo console related issue. > Please give me time. I propose a patch which able to disable the pseudo console featre in pty, and it was accepted. With this patch, cgdb can work as before by: env CYGWIN=disable_pcon cgdb progname You can also use alias alias cgdb="env CYGWIN=disable_pcon cgdb" Please wait for new cygwin release. -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple