Fix TestStubSetSID after unification in to a single lldb-server binary.
authorSiva Chandra <sivachandra@google.com>
Fri, 20 Feb 2015 22:58:00 +0000 (22:58 +0000)
committerSiva Chandra <sivachandra@google.com>
Fri, 20 Feb 2015 22:58:00 +0000 (22:58 +0000)
commit2da9cd26d679180fa6c730e185ff2808be353bb4
tree45cb4682bb966db374744ddf098aa3a54b782bc0
parente9c3b9bd46cd90b8d0eda6b32f27cc80ae60f7b2
Fix TestStubSetSID after unification in to a single lldb-server binary.

Summary:
lldb-server needs an explicit 'g' or 'p' argument now. Since lldb-server
is started as a gdbserver in this test, 'g' should be passed to it
explicitly.

Test Plan: ./dotest.py -p TestStubSetSID

Reviewers: flackr, ovyalov

Reviewed By: ovyalov

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7801

llvm-svn: 230082
lldb/test/tools/lldb-gdbserver/commandline/TestStubSetSID.py