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

Inheritance: System.Operation
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Instruction byte[]
UpdateIP bool

Méthodes publiques

Méthode Description
OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System

Méthodes protégées

Méthode Description
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Method Details

DoExecute() protected méthode

protected DoExecute ( ) : void
Résultat void

DoProcessEvent() protected méthode

protected DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
Résultat EventResult

OperationExecuteInstruction() public méthode

public OperationExecuteInstruction ( SingleSteppingEngine sse, byte insn, bool update_ip ) : System
sse SingleSteppingEngine
insn byte
update_ip bool
Résultat System

Property Details

Instruction public_oe property

public byte[] Instruction
Résultat byte[]

UpdateIP public_oe property

public bool UpdateIP
Résultat bool