C# 클래스 Mono.Debugger.Backend.SingleSteppingEngine.Operation

파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Result CommandResult
StartFrame Inferior.StackFrame

보호된 프로퍼티들

프로퍼티 타입 설명
ReportBreakpointHit int
ReportSuspend bool
inferior Inferior
sse SingleSteppingEngine

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Abort ( ) : void
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
MyToString ( ) : string
Operation ( SingleSteppingEngine sse, CommandResult result ) : System

메소드 상세

Abort() 보호된 메소드

protected Abort ( ) : void
리턴 void

CompletedOperation() 공개 메소드

public CompletedOperation ( Inferior cevent, EventResult result, TargetEventArgs &args ) : EventResult
cevent Inferior
result EventResult
args TargetEventArgs
리턴 EventResult

CompletedOperation() 공개 메소드

public CompletedOperation ( bool suspended ) : void
suspended bool
리턴 void

DoExecute() 보호된 추상적인 메소드

protected abstract DoExecute ( ) : void
리턴 void

DoProcessEvent() 보호된 추상적인 메소드

protected abstract DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
리턴 EventResult

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

HandleException() 공개 메소드

public HandleException ( TargetAddress stack, TargetAddress exc ) : bool
stack TargetAddress
exc TargetAddress
리턴 bool

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

Operation() 보호된 메소드

protected Operation ( SingleSteppingEngine sse, CommandResult result ) : System
sse SingleSteppingEngine
result CommandResult
리턴 System

OperationCompleted() 공개 메소드

public OperationCompleted ( StackFrame frame, bool suspended ) : TargetEventArgs
frame System.Diagnostics.StackFrame
suspended bool
리턴 TargetEventArgs

ProcessEvent() 공개 메소드

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

PushOperation() 공개 메소드

public PushOperation ( System.Operation op ) : void
op System.Operation
리턴 void

ResumeOperation() 공개 메소드

public ResumeOperation ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ReportBreakpointHit 보호되어 있는 프로퍼티

protected int ReportBreakpointHit
리턴 int

ReportSuspend 보호되어 있는 프로퍼티

protected bool ReportSuspend
리턴 bool

Result 공개적으로 프로퍼티

public CommandResult Result
리턴 CommandResult

StartFrame 공개적으로 프로퍼티

public Inferior.StackFrame,Mono.Debugger.Backend StartFrame
리턴 Inferior.StackFrame

inferior 보호되어 있는 프로퍼티

protected Inferior inferior
리턴 Inferior

sse 보호되어 있는 프로퍼티

protected SingleSteppingEngine sse
리턴 SingleSteppingEngine