Change the default handling of SIGCONT to nosuppress/nostop/notify #1930
Merged
fredriss merged 3 commits intoswiftlang:apple/stable/20200714from Oct 9, 2020
JDevlieghere:🍒/bastille/0fcacefd160494280dc040f4f055db6df695ac12+a68ffb19d392c6d52f6e42925217a77b4cd71cee+9d7b08bd0657688c186b5b3d39512c484e8c37f5
Hidden character warning
The head ref may contain hidden characters: "\ud83c\udf52/bastille/0fcacefd160494280dc040f4f055db6df695ac12+a68ffb19d392c6d52f6e42925217a77b4cd71cee+9d7b08bd0657688c186b5b3d39512c484e8c37f5"
Merged
Change the default handling of SIGCONT to nosuppress/nostop/notify #1930fredriss merged 3 commits intoswiftlang:apple/stable/20200714from JDevlieghere:🍒/bastille/0fcacefd160494280dc040f4f055db6df695ac12+a68ffb19d392c6d52f6e42925217a77b4cd71cee+9d7b08bd0657688c186b5b3d39512c484e8c37f5
fredriss merged 3 commits intoswiftlang:apple/stable/20200714from
JDevlieghere:🍒/bastille/0fcacefd160494280dc040f4f055db6df695ac12+a68ffb19d392c6d52f6e42925217a77b4cd71cee+9d7b08bd0657688c186b5b3d39512c484e8c37f5
Conversation
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.