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
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to