diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-02-15 12:13:02 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-02-15 12:13:02 +0000 |
commit | 53eabaab3f59ca9b32a3775f1cb7bf51717fa354 (patch) | |
tree | 465d9e0df9f7edda4d39e46c7322a74c6fc4d62b /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | 2c4730ded83a4cb4abe01781af415c4667569666 (diff) | |
download | bcm5719-llvm-53eabaab3f59ca9b32a3775f1cb7bf51717fa354.tar.gz bcm5719-llvm-53eabaab3f59ca9b32a3775f1cb7bf51717fa354.zip |
[lldb] [MainLoop] Add kevent() EINTR handling
Add missing EINTR handling for kevent() calls. If the call is
interrupted, return from Poll() as if zero events were returned and let
the polling resume on next iteration. This fixes test flakiness
on NetBSD.
Includes a test case suggested by Pavel Labath on D42206.
Differential Revision: https://reviews.llvm.org/D58230
llvm-svn: 354122
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions