Simplify TestGdbRemoteRegisterState
authorPavel Labath <pavel@labath.sk>
Tue, 2 Apr 2019 07:47:38 +0000 (07:47 +0000)
committerPavel Labath <pavel@labath.sk>
Tue, 2 Apr 2019 07:47:38 +0000 (07:47 +0000)
commit155bc16e7f5a96bcce5a7c30eec49d60098c1c92
tree6766c90b3e0d2780a18f3d6000ce564461c41fe0
parent9d1449246dd76a2e8c94bbeae055318356ee301a
Simplify TestGdbRemoteRegisterState

While reviewing D56233 it became clear to me that this test can be
simplified. There's no need for a start-stop cycle in the inferior -- we
can start fiddling with its registers as soon as it is launched.

llvm-svn: 357451
lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteRegisterState.py