Method | Description | |
---|---|---|
CheckLoaded ( ) : bool | ||
DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System | ||
GetDeclaringType ( System.Thread target ) : |
||
GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
GetNamespaces ( ) : string[] | ||
GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
GetThis ( System.Thread target ) : |
Method | Description | |
---|---|---|
GetTrampoline ( TargetMemoryAccess memory, TargetAddress address ) : MethodSource | ||
read_line_numbers ( ) : void |
public DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System | ||
subprog | DieSubprogram | |
engine | LineNumberEngine | |
return | System |
public GetDeclaringType ( System.Thread target ) : |
||
target | System.Thread | |
return |
public GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
target | System.Thread | |
return | Mono.Debugger.Languages.TargetVariable[] |
public GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
target | System.Thread | |
return | Mono.Debugger.Languages.TargetVariable[] |
public GetThis ( System.Thread target ) : |
||
target | System.Thread | |
return |