Set correct thread stop info when single-step lands on a breakpoint [Windows]
authorAdrian McCarthy <amccarth@google.com>
Tue, 2 Feb 2016 23:38:08 +0000 (23:38 +0000)
committerAdrian McCarthy <amccarth@google.com>
Tue, 2 Feb 2016 23:38:08 +0000 (23:38 +0000)
commit12a8ae23b0819972a1476bcf9cd7ba0e455e6768
tree62a10ee2480a951e59762ebf1ba324b86b6db7de
parent83c2ecf9faa7fe575661b243d12175d78d04376f
Set correct thread stop info when single-step lands on a breakpoint [Windows]

I don't understand how this worked before, but this fixes the recent test regressions on Windows in TestConsecutiveBreakpoints.py.

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

llvm-svn: 259605
lldb/source/Plugins/Process/Windows/Live/ProcessWindowsLive.cpp