C# Class Mono.Debugger.Backend.SingleSteppingEngine.OperationRuntimeInvoke.OperationRuntimeInvokeHelper

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

Public Properties

Property Type Description
RTI OperationRuntimeInvoke

Public Methods

Method Description
CompletedRTI ( ) : void
HandleException ( TargetAddress stack, TargetAddress exc ) : bool
OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System

Protected Methods

Method Description
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Private Methods

Method Description
do_execute ( ) : void
get_method_address ( ) : bool
get_virtual_method ( ) : bool

Method Details

CallbackCompleted() protected method

protected CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
data1 long
data2 long
args TargetEventArgs
return EventResult

CompletedRTI() public method

public CompletedRTI ( ) : void
return void

DoExecute() protected method

protected DoExecute ( ) : void
return void

DoProcessEvent() protected method

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

HandleException() public method

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

OperationRuntimeInvokeHelper() public method

public OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System
sse SingleSteppingEngine
rti OperationRuntimeInvoke
return System

Property Details

RTI public_oe property

public OperationRuntimeInvoke RTI
return OperationRuntimeInvoke