示例#1
0
 public virtual void Execute()
 {
     StartFrame = inferior.GetCurrentFrame (true);
     Report.Debug (DebugFlags.SSE, "{0} executing {1} at {2}",
           sse, this, StartFrame != null ?
           StartFrame.Address : TargetAddress.Null);
     DoExecute ();
 }