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

2014-10-29 Thread ISHIKAWA,chiaki
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 wil

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

2014-10-29 Thread ishikawa
ompiling gdb by disabling tui feature, is there a way to suppress TUI command and let gdb recognize "wh" as "where" command? On 2014年10月29日 14:10, ishikawa wrote: > "wh" command without argument to gdb in Emacs shell buffer > > Running gdb in Emacs

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

2014-10-28 Thread ishikawa
The second run gets hung after I type "wh". [Ugh! No, as I write this message, I got still wiser and hit "C-MC-J" to this seemingly hung gdb and I got gdb> prompt again. What is going on? More in the Log #2 at the end.] Log 1: --- begin quote --- ishikawa@debian-vbox-ci:/hom