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

Inheritance: System.Operation
显示文件 Open project: baulig/debugger

Public Methods

Method Description
OperationInitAfterFork ( SingleSteppingEngine sse ) : System

Protected Methods

Method Description
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

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

OperationInitAfterFork() public method

public OperationInitAfterFork ( SingleSteppingEngine sse ) : System
sse SingleSteppingEngine
return System