This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/16138] TUI commands when run from emacs exit gdb complaining "Error opening terminal: emacs"


https://sourceware.org/bugzilla/show_bug.cgi?id=16138

--- Comment #10 from Pedro Alves <palves at redhat dot com> ---
It's still a bug for GDB to just exit and lose the debug session in this
scenario.  It would be perhaps (barely) acceptable if curses was initialized
righ when gdb starts up, and so gdb would refuse to start up.  But since curses
is lazily initialized, there's really no excuse.  The fix doesn't look hard at
all, it just needs someone to do it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]