| commit | 98118c38a3c9ba2b985a0c0d069038c47c09c998 | [log] [tgz] |
|---|---|---|
| author | Todd Fiala <todd.fiala@gmail.com> | Fri Apr 25 21:09:28 2014 +0000 |
| committer | Todd Fiala <todd.fiala@gmail.com> | Fri Apr 25 21:09:28 2014 +0000 |
| tree | 1fd35ddf29a9746739f5ffdd230f399a0d57d7c2 | |
| parent | 6817df65f0f042a30d80ab59839a3cad980f1fd6 [diff] |
Prevent TestLldbGdbServer shutdown cleanup failures from failing the test. Adds try/except blocks around clean-up code. Prevents a race between gdb remote kill command reception by llgs (which leads llgs to shut down) and the pexpect server kill (which can fail if the kill command handling completes first). Warnings are emitted on the logger for any clean-up code that fails. llvm-svn: 207273