Change the default handling of SIGCONT to nosuppress/nostop/notify
authorJim Ingham <jingham@apple.com>
Thu, 8 Oct 2020 22:21:51 +0000 (15:21 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 8 Oct 2020 22:24:19 +0000 (15:24 -0700)
commita68ffb19d392c6d52f6e42925217a77b4cd71cee
treee0204c0fd120fb83d61dec95f74d21c5887dd7f9
parent4cfc4025cc1433ca5ef1c526053fc9c4bfe64109
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
lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
lldb/source/Target/UnixSignals.cpp