Allow expression evaluation to work when multiple threads exist in the inferior ...
authorDaniel Malea <daniel.malea@intel.com>
Wed, 13 Feb 2013 22:00:44 +0000 (22:00 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 13 Feb 2013 22:00:44 +0000 (22:00 +0000)
commit5703bdcc49da01d0605c12e13e1f113bc9fa58d9
tree030aa0d7c47ee1b7647988b914f2204370cb1859
parent3ffeb68dd759d0d65cbfb5d2a90364ef305d8a59
Allow expression evaluation to work when multiple threads exist in the inferior (on Linux)
- handle m_resume_state == eStateStopped || eStateSuspended in DoResume rather than asserting

llvm-svn: 175094
lldb/source/Plugins/Process/POSIX/POSIXThread.cpp