Re: [edk2] [Patch 1/3] SourceLevelDebugPkg: Add InterruptFlag field in DEBUG_AGENT_FLAG

2015-04-21 Thread Jordan Justen
What do you think about adding DebugAgent to the subject line? SourceLevelDebugPkg/DebugAgent: Add InterruptFlag field in DEBUG_AGENT_FLAG Reviewed-by: Jordan Justen On 2015-04-21 01:29:18, Jeff Fan wrote: > This field is used to save/restore EFLAGS.IF across Stepping command > execution. > >

[edk2] [Patch 1/3] SourceLevelDebugPkg: Add InterruptFlag field in DEBUG_AGENT_FLAG

2015-04-21 Thread Jeff Fan
This field is used to save/restore EFLAGS.IF across Stepping command execution. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan --- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff