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

Possible to forward a Ctrl-C to the running program? #1738

Open
wsong83 opened this issue Jul 18, 2024 · 0 comments
Open

Possible to forward a Ctrl-C to the running program? #1738

wsong83 opened this issue Jul 18, 2024 · 0 comments

Comments

@wsong83
Copy link
Contributor

wsong83 commented Jul 18, 2024

It is a nice feature to have Ctrl-C for entering debug mode and using command rs for returning normal running.
However, how can I deliberately send a signal by Ctrl-C to the program running in Spike.

For example, I have launched a Linux on Spike. I would like to kill a program but Ctrl-C is always hijacked by the Spike's debug mode. Ctrl-Z does not help as it is not intercepted by Spike.

The only solution right now seems to run a program in background and I can kill it without using Ctrl-C, which is a little bit complicated.

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

1 participant