Re: [edk2] [Patch 0/3] SourceLevelDebugPkg: Enhanced exception handling during Stepping

2015-04-21 Thread Jordan Justen
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

[edk2] [Patch 0/3] SourceLevelDebugPkg: Enhanced exception handling during Stepping

2015-04-21 Thread Jeff Fan
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