[lldb/test] Remove the "expect_captures" feature of lldb-server tests
authorPavel Labath <pavel@labath.sk>
Tue, 13 Apr 2021 16:02:20 +0000 (18:02 +0200)
committerPavel Labath <pavel@labath.sk>
Wed, 14 Apr 2021 19:08:55 +0000 (21:08 +0200)
commitded660495f4e6514823db9ebadbbfa7653c061f3
treea17b028f43501fa693939732c23d679dfba6462c
parent2494243ed3f2ec2d7aba6e879fff47ff0ed71683
[lldb/test] Remove the "expect_captures" feature of lldb-server tests

This functionality is used exactly once, and it is trivial to implement
it differently (capture into two distinct variables, and compare for
equality afterwards).
lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py