diff options
author | Pavel Labath <labath@google.com> | 2016-04-11 16:40:09 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-04-11 16:40:09 +0000 |
commit | bb5c39d79e4b0a187c180bc25d41921eb7d51dac (patch) | |
tree | f5b67d1bdddf38d4817fb2f9064df6a877a04be5 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | c98de13871b3376ba7c25dd33ca49a9712e6542b (diff) | |
download | bcm5719-llvm-bb5c39d79e4b0a187c180bc25d41921eb7d51dac.tar.gz bcm5719-llvm-bb5c39d79e4b0a187c180bc25d41921eb7d51dac.zip |
[Driver] Fix a segfault in signal handlers
Summary:
If we recieve a SIGCONT or SIGTSTP, while the driver is shutting down (which, sometimes, we do,
for reasons which are not completely clear to me), we would crash to due a null pointer
dereference. Guard against this situation.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D18965
llvm-svn: 265958
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions