[lldb-vscode] Speculative fix for raciness in TestVSCode_attach
authorPavel Labath <pavel@labath.sk>
Thu, 17 Dec 2020 13:17:03 +0000 (14:17 +0100)
committerPavel Labath <pavel@labath.sk>
Thu, 17 Dec 2020 13:19:52 +0000 (14:19 +0100)
commite7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5
tree67ee50654f897dc055a9229c63d44cd30d7c691d
parenteb4917d121e21aaf8406efe3d5e4f1f06cb7c238
[lldb-vscode] Speculative fix for raciness in TestVSCode_attach

The test appears to expect the inferior to be stopped, but the custom
"attach commands" leave it in a running state.

It's unclear how this could have ever worked.
lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py