summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorNathan Lanza <nathan@lanza.io>2019-07-19 00:40:37 +0000
committerNathan Lanza <nathan@lanza.io>2019-07-19 00:40:37 +0000
commitcb30520555da15bced842965757b4e0a5ed772d8 (patch)
treeddf84a328343721cac971b8a5d873aee0d7af889 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
parentbb0896970afab6267f606353c90279c624e91d37 (diff)
downloadbcm5719-llvm-cb30520555da15bced842965757b4e0a5ed772d8.tar.gz
bcm5719-llvm-cb30520555da15bced842965757b4e0a5ed772d8.zip
check for interrupt from fgets on Windows
Windows does not have the error EINTR when a blocking syscall is interrupted by a signal. The ReadFile API that fgets is implemented with instead use ERROR_OPERATION_ABORTED. Check for that after fgets. llvm-svn: 366520
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud