Make the lldbtest tear down routine a little less error prone
authorDaniel Malea <daniel.malea@intel.com>
Fri, 22 Feb 2013 00:41:26 +0000 (00:41 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 22 Feb 2013 00:41:26 +0000 (00:41 +0000)
commitc9a0ec3e289a9a189cfd35b0a1680f7d6bc12525
tree3e5f906deeaa2713a2efd6de47e93b565834a688
parent7bfdfe7317bad3d6531a0c786c31b4c7ed681fe3
Make the lldbtest tear down routine a little less error prone
- replace "catch-all" except clause with one that specifically catches what pexpect throws
- handle case where child is already terminated (or is terminating) by the time tear-down is run

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