Skip to content

Change the default handling of SIGCONT to nosuppress/nostop/notify #1930

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

Merged
merged 3 commits into from
Oct 9, 2020
Merged

Change the default handling of SIGCONT to nosuppress/nostop/notify #1930

merged 3 commits into from
Oct 9, 2020

Conversation

JDevlieghere
Copy link

No description provided.

JDevlieghere and others added 3 commits October 8, 2020 22:37
Restore unix signal table to its original glory and mark it as not to be
clang-formatted.

(cherry picked from commit 0fcacef)
Except for the few people actually debugging shells, stopping on a
SIGCONT doesn't add any value.  And for people trying to run tests
under the debugger, stopping here is actively inconvenient.  So this
patch switches the default behavior to not stop.

Differential Revision: https://reviews.llvm.org/D89019

(cherry picked from commit a68ffb1)
Restore the signal tables to its original glory and mark it as not to be
clang-formatted.

(cherry picked from commit 9d7b08b)
@fredriss fredriss merged commit 16e3925 into swiftlang:apple/stable/20200714 Oct 9, 2020
@JDevlieghere JDevlieghere deleted the 🍒/bastille/0fcacefd160494280dc040f4f055db6df695ac12+a68ffb19d392c6d52f6e42925217a77b4cd71cee+9d7b08bd0657688c186b5b3d39512c484e8c37f5 branch October 9, 2020 16:30
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.

3 participants