[all-commits] [llvm/llvm-project] a68ffb: Change the default handling of SIGCONT to nosuppre...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Oct 8 15:24:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a68ffb19d392c6d52f6e42925217a77b4cd71cee
https://github.com/llvm/llvm-project/commit/a68ffb19d392c6d52f6e42925217a77b4cd71cee
Author: Jim Ingham <jingham at apple.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
M lldb/source/Target/UnixSignals.cpp
Log Message:
-----------
Change the default handling of SIGCONT to nosuppress/nostop/notify
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
More information about the All-commits
mailing list