C# Class Mono.Debugger.Backend.SingleSteppingEngine.OperationExecuteInstruction

Inheritance: System.Operation
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
Instruction byte[]
UpdateIP bool

Public Methods

Method Description
OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System

Protected Methods

Method Description
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Method Details

DoExecute() protected method

protected DoExecute ( ) : void
return void

DoProcessEvent() protected method

protected DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
return EventResult

OperationExecuteInstruction() public method

public OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System
sse SingleSteppingEngine
insn byte
update_ip bool
return System

Property Details

Instruction public_oe property

public byte[] Instruction
return byte[]

UpdateIP public_oe property

public bool UpdateIP
return bool