bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "wh" command without argument to gdb in Emacs shell buffer == utter


From: ISHIKAWA,chiaki
Subject: Re: "wh" command without argument to gdb in Emacs shell buffer == utter confusion
Date: Wed, 29 Oct 2014 23:41:29 +0900
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Dear Pedro Alves,

> On 10/29/2014 05:10 AM, ishikawa wrote:
>> $ env | grep TERM
>> TERM=dumb
>> TERMCAP=
> 
> Right, we can reproduce this on the terminal with just:
> 
>  $ TERM=dumb gdb -q -nx
>  (gdb) wh
> 
> I'm working on a fix that will make GDB error out instead
> of hanging, like:
> 
>  $ TERM=dumb gdb -q -nx
>  (gdb) wh
>  Cannot enable the TUI: terminal doesn't support cursor addressing.
>  (gdb)
> 
> Thanks,
> Pedro Alves

Thank you very much for your debugging effort.

After learning about TUI, I thought disabling this feature
based on the terminal capability would be one way to handle this issue.
So your patch would be very much appreciated.

Still being puzzled why I didn't realize this TUI feature for such a
long time. It is not clear when TUI is enabled in Debian Package.
It is possible it was not enabled even in the current release and only
enabled in Jessie (experimental and the would be mainline release in the
next release cycle).

Thank you again.

Best Regards,
Chiaki Ishikawa






reply via email to

[Prev in Thread] Current Thread [Next in Thread]