[lldb] [test] Avoid double negation in llgs/debugserver logic
authorMichał Górny <mgorny@moritz.systems>
Thu, 5 Nov 2020 20:24:56 +0000 (21:24 +0100)
committerMichał Górny <mgorny@moritz.systems>
Fri, 6 Nov 2020 13:34:12 +0000 (14:34 +0100)
commit1a8d52820f8e55f66567011e0ed852794b7f687d
tree30a3fc656ea28e13c0b3d9471deec1cdb83dda9d
parentadc69743d2ca1ed7a3c8be6ac7b67f77ce75bdef
[lldb] [test] Avoid double negation in llgs/debugserver logic

Use positive logic (i.e. llgs_platform/debugserver_platform) for
indicating which platforms use the particular server variant.
Deduplicate the lists — it is rather expected that none of the platforms
using LLGS would use debugserver.

Differential Revision: https://reviews.llvm.org/D90875
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/packages/Python/lldbsuite/test/dotest.py