Fix tests for the gdb-remote memory read packets
authorPavel Labath <labath@google.com>
Thu, 18 Aug 2016 08:21:42 +0000 (08:21 +0000)
committerPavel Labath <labath@google.com>
Thu, 18 Aug 2016 08:21:42 +0000 (08:21 +0000)
commitc233995b1e2b514a4366248827e904e3c37e7582
tree9e355d5ef817103b0987529b25f2fb7bdc0bcb02
parent9361c439e8cef6fcc87edefbc3389ad1160984fd
Fix tests for the gdb-remote memory read packets

Part of TestGDBRemoteMemoryRead has been disabled since r259379 because it was incompatible with
python3. This changes the test to use the lldb-server test framework, which is a more appropriate
method of testing raw stub behaviour anyway (and should avoid the whole python 3 issue).

llvm-svn: 279039
lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGDBRemoteMemoryRead.py [deleted file]
lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py