Property | Type | Description | |
---|---|---|---|
Result | CommandResult | ||
StartFrame |
Property | Type | Description | |
---|---|---|---|
ReportBreakpointHit | int | ||
ReportSuspend | bool | ||
inferior | Inferior | ||
sse | SingleSteppingEngine |
Method | Description | |
---|---|---|
CompletedOperation ( |
||
CompletedOperation ( bool suspended ) : void | ||
Execute ( ) : void | ||
HandleException ( TargetAddress stack, TargetAddress exc ) : bool | ||
OperationCompleted ( |
||
ProcessEvent ( |
||
PushOperation ( System.Operation op ) : void | ||
ResumeOperation ( ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
DoExecute ( ) : void | ||
DoProcessEvent ( |
||
MyToString ( ) : string | ||
Operation ( |
public CompletedOperation ( |
||
cevent | ||
result | EventResult | |
args | TargetEventArgs | |
return | EventResult |
public CompletedOperation ( bool suspended ) : void | ||
suspended | bool | |
return | void |
protected abstract DoProcessEvent ( |
||
cevent | ||
args | TargetEventArgs | |
return | EventResult |
public HandleException ( TargetAddress stack, TargetAddress exc ) : bool | ||
stack | TargetAddress | |
exc | TargetAddress | |
return | bool |
protected Operation ( |
||
sse | ||
result | CommandResult | |
return | System |
public OperationCompleted ( |
||
frame | ||
suspended | bool | |
return | TargetEventArgs |
public ProcessEvent ( |
||
cevent | ||
args | TargetEventArgs | |
return | EventResult |
public PushOperation ( System.Operation op ) : void | ||
op | System.Operation | |
return | void |
public Inferior.StackFrame,Mono.Debugger.Backend StartFrame | ||
return |