Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an optional tty window for the inferior #10

Open
tromey opened this issue May 2, 2015 · 2 comments
Open

add an optional tty window for the inferior #10

tromey opened this issue May 2, 2015 · 2 comments

Comments

@tromey
Copy link
Owner

tromey commented May 2, 2015

Let the user make a tty window for the inferior.

@tromey
Copy link
Owner Author

tromey commented May 18, 2015

There's not really good way to do this at the moment. We can't easily run the inferior using the tty. Nor can we get the name of the slave side of the pty from VTE. It could be done perhaps if we can call ptsname, perhaps using ctypes. Or, lobby for an addition to VTE. Then we could fork the tty using some null program, then set the gdb tty

@o11c
Copy link

o11c commented Apr 8, 2016

I've done this by spawning an xterm (with or without -S), but I still had.

Some WIP for the -S method: https://gist.github.com/o11c/1780b2f1b2729f335787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants