Fix step commands that mix running threads and stepping threads.
authorChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:50:56 +0000 (01:50 +0000)
committerChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:50:56 +0000 (01:50 +0000)
commitc0e5ac84b0afad7181b21e2328c7cb973bceffe9
tree55d982cc57e11033eac7d37eafff22778d881754
parent9d617ba613ea3cbeeac52dd976e7ccf5fff4b752
Fix step commands that mix running threads and stepping threads.

This fixes https://github.com/tfiala/lldb/issues/62.

llvm-svn: 227915
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp