Skip to content

[gdb] Server should not exit when pressing Ctrl+C in GDB #102

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

Closed
cbiesinger opened this issue May 9, 2019 · 0 comments
Closed

[gdb] Server should not exit when pressing Ctrl+C in GDB #102

cbiesinger opened this issue May 9, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@cbiesinger
Copy link
Collaborator

Ctrl+C is useful for a variety of things in GDB; but it also exits the server. Should figure out a way to make it ignore that.

@cbiesinger cbiesinger added the bug Something isn't working label May 9, 2019
cbiesinger added a commit to cbiesinger/JsDbg that referenced this issue May 13, 2019
Ctrl+C is a useful command in GDB (e.g. to interrupt program execution),
and we should not exit the server in that case.

Fixes: MicrosoftEdge#102
cbiesinger added a commit that referenced this issue May 13, 2019
Ctrl+C is a useful command in GDB (e.g. to interrupt program execution),
and we should not exit the server in that case.

Fixes: #102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant