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

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

Public Methods

Method Description
ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Protected Methods

Method Description
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
SetupCallback ( long id ) : void

Method Details

CallbackCompleted() protected abstract method

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

InterruptibleOperation() protected method

protected InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
sse SingleSteppingEngine
result CommandResult
return System

ProcessEvent() public method

public ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
return EventResult

SetupCallback() protected method

protected SetupCallback ( long id ) : void
id long
return void