@kugel- Thanks.
The only spawn() call launches gdb, and the only call to openpty() creates the "program terminal": a VTE widget that serves as a console for the program being debugged under *nix.
The widget is created on scope startup, but not used until gdb is launched. Shortly after that, it's passed to gdb via "-gdb-set inferior-tty ".
It may be that the procedure to setup VTE has changed. It was changed in 0.25, and there were problems with the VTE pty before (conterm.c:/pty_master/).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.