Property | Type | Description | |
---|---|---|---|
DoResolve | void | ||
DoResolveSpecification | void | ||
resolve_variables | Mono.Debugger.Languages.TargetVariable[] |
Method | Description | |
---|---|---|
AddLocal ( DieMethodVariable variable ) : void | ||
AddParameter ( DieMethodVariable variable ) : void | ||
CompareTo ( object obj ) : int | ||
DieSubprogram ( |
||
Resolve ( ) : void | ||
SetEngine ( LineNumberEngine engine ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateDie ( |
||
ProcessAttribute ( |
Method | Description | |
---|---|---|
DoResolve ( ) : void | ||
DoResolveSpecification ( DieSubprogram specification ) : void | ||
resolve_variables ( |
public AddLocal ( DieMethodVariable variable ) : void | ||
variable | DieMethodVariable | |
return | void |
public AddParameter ( DieMethodVariable variable ) : void | ||
variable | DieMethodVariable | |
return | void |
protected CreateDie ( |
||
reader | ||
comp_unit | CompilationUnit | |
offset | long | |
abbrev | AbbrevEntry | |
return | Die |
public DieSubprogram ( |
||
reader | ||
comp_unit | CompilationUnit | |
offset | long | |
abbrev | AbbrevEntry | |
return | System |
protected ProcessAttribute ( |
||
attribute | ||
return | void |
public SetEngine ( LineNumberEngine engine ) : void | ||
engine | LineNumberEngine | |
return | void |