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.
Changes since v1: a) Format patch #1, #2 and #3 commit log b) Move some code comments updating from patch #2 to #3 b) Format code comments in patch #3 vanjeff (3): SourceLevelDebugPkg/DebugAgent: Add InterruptFlag field SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IF SourceLevelDebugPkg/DebugAgent: Add some comments and debug message .../DebugAgent/DebugAgentCommon/DebugAgent.c | 68 ++++++++++++++++++---- .../DebugAgent/DebugAgentCommon/DebugAgent.h | 4 +- 2 files changed, 61 insertions(+), 11 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
