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

Only grab terminal when necessery and restore when done #414

Merged
merged 8 commits into from
Jan 22, 2020

Conversation

Ukalnins
Copy link

When we call lldb, we want to be owners of terminal for lldb to create interactive environment. But when ios-deploy is used within scripts, in some cases, it does not return terminal control and calling processes does not receive terminal inputs anymore.

For instance, calling ios-deploy from python and later trying to cancel script execution with ctrl+c does not work.

This does not grab terminal control when run in non-interactive mode and returns the control to parent group when lldb is done.

@gabebear gabebear merged commit 661efae into ios-control:master Jan 22, 2020
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

Successfully merging this pull request may close these issues.

2 participants