Refactor GdbRemote test cases to support remote platforms
authorTamas Berghammer <tberghammer@google.com>
Wed, 11 Mar 2015 13:51:07 +0000 (13:51 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 11 Mar 2015 13:51:07 +0000 (13:51 +0000)
commit04f51d1413ada27c38f0e26112bb42d80fdb9ddf
treef265393eb3db317cdc7241d9ae9d1e5af67e5e03
parent868b074e006e3e33478317c30fb89185150c0ff6
Refactor GdbRemote test cases to support remote platforms

Previously these test cases execute lldb-server on the host and run the
tests against it even if a remote platform was specified. With this CL
these tests always test the communication with an lldb-server instance
running on the target.

Differential revision: http://reviews.llvm.org/D8202

llvm-svn: 231922
lldb/test/lldbtest.py
lldb/test/tools/lldb-server/TestGdbRemoteKill.py
lldb/test/tools/lldb-server/TestLldbGdbServer.py
lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py
lldb/test/tools/lldb-server/commandline/TestStubSetSID.py
lldb/test/tools/lldb-server/gdbremote_testcase.py
lldb/test/tools/lldb-server/lldbgdbserverutils.py