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

Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Result CommandResult
StartFrame Inferior.StackFrame

Protected Properties

Свойство Type Description
ReportBreakpointHit int
ReportSuspend bool
inferior Inferior
sse SingleSteppingEngine

Méthodes publiques

Méthode Description
CompletedOperation ( Inferior cevent, EventResult result, TargetEventArgs &args ) : EventResult
CompletedOperation ( bool suspended ) : void
Execute ( ) : void
HandleException ( TargetAddress stack, TargetAddress exc ) : bool
OperationCompleted ( StackFrame frame, bool suspended ) : TargetEventArgs
ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
PushOperation ( System.Operation op ) : void
ResumeOperation ( ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
Abort ( ) : void
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
MyToString ( ) : string
Operation ( SingleSteppingEngine sse, CommandResult result ) : System

Method Details

Abort() protected méthode

protected Abort ( ) : void
Résultat void

CompletedOperation() public méthode

public CompletedOperation ( Inferior cevent, EventResult result, TargetEventArgs &args ) : EventResult
cevent Inferior
result EventResult
args TargetEventArgs
Résultat EventResult

CompletedOperation() public méthode

public CompletedOperation ( bool suspended ) : void
suspended bool
Résultat void

DoExecute() protected abstract méthode

protected abstract DoExecute ( ) : void
Résultat void

DoProcessEvent() protected abstract méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void

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

Operation() protected méthode

protected Operation ( SingleSteppingEngine sse, CommandResult result ) : System
sse SingleSteppingEngine
result CommandResult
Résultat System

OperationCompleted() public méthode

public OperationCompleted ( StackFrame frame, bool suspended ) : TargetEventArgs
frame System.Diagnostics.StackFrame
suspended bool
Résultat TargetEventArgs

ProcessEvent() public méthode

public ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
Résultat EventResult

PushOperation() public méthode

public PushOperation ( System.Operation op ) : void
op System.Operation
Résultat void

ResumeOperation() public méthode

public ResumeOperation ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ReportBreakpointHit protected_oe property

protected int ReportBreakpointHit
Résultat int

ReportSuspend protected_oe property

protected bool ReportSuspend
Résultat bool

Result public_oe property

public CommandResult Result
Résultat CommandResult

StartFrame public_oe property

public Inferior.StackFrame,Mono.Debugger.Backend StartFrame
Résultat Inferior.StackFrame

inferior protected_oe property

protected Inferior inferior
Résultat Inferior

sse protected_oe property

protected SingleSteppingEngine sse
Résultat SingleSteppingEngine