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

Inheritance: OperationStepBase
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
StepMode StepMode

Méthodes publiques

Méthode Description
HandleException ( TargetAddress stack, TargetAddress exc ) : bool
OperationStep ( SingleSteppingEngine sse, StepFrame frame, CommandResult result ) : System
OperationStep ( SingleSteppingEngine sse, StepMode mode, CommandResult result ) : System
OperationStep ( SingleSteppingEngine sse, StepMode mode, StepFrame frame, CommandResult result ) : System
ResumeOperation ( ) : bool

Méthodes protégées

Méthode Description
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
DoProcessEvent ( ) : bool
MyToString ( ) : string
Step ( bool first ) : bool
TrampolineHandler ( Method method ) : bool

Private Methods

Méthode Description
check_method_operation ( TargetAddress current_frame ) : bool

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

DoProcessEvent() protected méthode

protected DoProcessEvent ( ) : bool
Résultat bool

HandleException() public méthode

public HandleException ( TargetAddress stack, TargetAddress exc ) : bool
stack TargetAddress
exc TargetAddress
Résultat bool

MyToString() protected méthode

protected MyToString ( ) : string
Résultat string

OperationStep() public méthode

public OperationStep ( SingleSteppingEngine sse, StepFrame frame, CommandResult result ) : System
sse SingleSteppingEngine
frame StepFrame
result CommandResult
Résultat System

OperationStep() public méthode

public OperationStep ( SingleSteppingEngine sse, StepMode mode, CommandResult result ) : System
sse SingleSteppingEngine
mode StepMode
result CommandResult
Résultat System

OperationStep() public méthode

public OperationStep ( SingleSteppingEngine sse, StepMode mode, StepFrame frame, CommandResult result ) : System
sse SingleSteppingEngine
mode StepMode
frame StepFrame
result CommandResult
Résultat System

ResumeOperation() public méthode

public ResumeOperation ( ) : bool
Résultat bool

Step() protected méthode

protected Step ( bool first ) : bool
first bool
Résultat bool

TrampolineHandler() protected méthode

protected TrampolineHandler ( Method method ) : bool
method Method
Résultat bool

Property Details

StepMode public_oe property

public StepMode StepMode
Résultat StepMode