Fix up the test so it gets closer to passing.
authorJim Ingham <jingham@apple.com>
Fri, 30 Sep 2016 22:55:57 +0000 (22:55 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 30 Sep 2016 22:55:57 +0000 (22:55 +0000)
commit57ec60a842c491480d159bec139e146a4ea07e74
tree2fd40462fe331ac106622a4879de5508f89f1af6
parent591390284f70b14fbd2f017c50c08785de170c61
Fix up the test so it gets closer to passing.

Remove the test for thread stopped states from this test.
That isn't set properly now, and its setting doesn't matter till we actually support non-stop debugging, so
we shouldn't have unrelated tests failing from it.

Also changed some code that was trying and failing to grub command line output, and replaced
it by SB API calls.

llvm-svn: 282976
lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py