Also except OSError when terminating a child.
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 26 Jan 2015 12:03:05 +0000 (12:03 +0000)
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 26 Jan 2015 12:03:05 +0000 (12:03 +0000)
commita73d1ce74fe0cdd6776754b00ad6761234a01ca9
tree8bf2c0207646c2bcebf249ce74951eaae92803c8
parent429edc1780184502b681f7ffa31e20ef8fd8927b
Also except OSError when terminating a child.
Ilia K <ki.stfu@gmail.com> sent this patch. He noted that it was possible for
child to be terminated after isAlive call and before we send it quit command.
In this case, sending command to it causes OSError. This patch just adds this
exception to the except list.

llvm-svn: 227086
lldb/test/lldbtest.py