Jeff, Ray,
Thanks for sending the patches with git!
Can you use 'git format-patch' and 'git send-email *.patch' from the
git bash shell rather than TortoiseGit when sending patches?
TortoiseGit doesn't group the emails together into a single email
thread. This means the patch series will not be
This series does the following enhancement to handle exception during execution
Stepping command.
a) In case the instruction executing Stepping command generates other
exception. Such as, #GP or #PF exception.
b) Clear EFLAGS.IF before do IRET for Stepping command, it could avoid the
pending int