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 kept together in a single email thread, and it makes it more difficult to review the patches as a series. http://permalink.gmane.org/gmane.comp.bios.tianocore.devel/13452 Thanks, -Jordan On 2015-04-21 01:29:17, Jeff Fan wrote: > 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 interrupt to break the stepping command. > c) Add more comments on how to handle Stepping command. > > vanjeff (3): > SourceLevelDebugPkg: Add InterruptFlag field in DEBUG_AGENT_FLAG > SourceLevelDebugPkg: Clear/Restore EFLAGS.IF across Steeping command > SourceLevelDebugPkg: Add some comments and debug message > > .../DebugAgent/DebugAgentCommon/DebugAgent.c | 57 > ++++++++++++++++++---- > .../DebugAgent/DebugAgentCommon/DebugAgent.h | 4 +- > 2 files changed, 51 insertions(+), 10 deletions(-) > > -- > 1.9.5.msysgit.0 ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
