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

Inheritance: OperationStepBase
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
StepMode StepMode

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
check_method_operation ( TargetAddress current_frame ) : bool

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

DoProcessEvent() protected method

protected DoProcessEvent ( ) : bool
return bool

HandleException() public method

public HandleException ( TargetAddress stack, TargetAddress exc ) : bool
stack TargetAddress
exc TargetAddress
return bool

MyToString() protected method

protected MyToString ( ) : string
return string

OperationStep() public method

public OperationStep ( SingleSteppingEngine sse, StepFrame frame, CommandResult result ) : System
sse SingleSteppingEngine
frame StepFrame
result CommandResult
return System

OperationStep() public method

public OperationStep ( SingleSteppingEngine sse, StepMode mode, CommandResult result ) : System
sse SingleSteppingEngine
mode StepMode
result CommandResult
return System

OperationStep() public method

public OperationStep ( SingleSteppingEngine sse, StepMode mode, StepFrame frame, CommandResult result ) : System
sse SingleSteppingEngine
mode StepMode
frame StepFrame
result CommandResult
return System

ResumeOperation() public method

public ResumeOperation ( ) : bool
return bool

Step() protected method

protected Step ( bool first ) : bool
first bool
return bool

TrampolineHandler() protected method

protected TrampolineHandler ( Method method ) : bool
method Method
return bool

Property Details

StepMode public_oe property

public StepMode StepMode
return StepMode