This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: cgdb terminal handling problems
- From: Takashi Yano <takashi dot yano at nifty dot ne dot jp>
- To: cygwin at cygwin dot com
- Date: Thu, 23 Jan 2020 21:52:47 +0900
- Subject: Re: cgdb terminal handling problems
- Dkim-filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 00NCqXXO008328
- References: <alpine.WNT.2.00.2001171548370.48616@panamint> <20200118131140.e570f34a4f9a9d63b7e58d37@nifty.ne.jp>
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 <takashi.yano@nifty.ne.jp>
--
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