C# Class Mono.Debugger.Backend.DwarfReader.DwarfTargetMethod

Inheritance: Method
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
CheckLoaded ( ) : bool
DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System
GetDeclaringType ( System.Thread target ) : TargetClassType
GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetNamespaces ( ) : string[]
GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetThis ( System.Thread target ) : TargetVariable

Private Methods

Méthode Description
GetTrampoline ( TargetMemoryAccess memory, TargetAddress address ) : MethodSource
read_line_numbers ( ) : void

Method Details

CheckLoaded() public méthode

public CheckLoaded ( ) : bool
Résultat bool

DwarfTargetMethod() public méthode

public DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System
subprog DieSubprogram
engine LineNumberEngine
Résultat System

GetDeclaringType() public méthode

public GetDeclaringType ( System.Thread target ) : TargetClassType
target System.Thread
Résultat Mono.Debugger.Languages.TargetClassType

GetLocalVariables() public méthode

public GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target System.Thread
Résultat Mono.Debugger.Languages.TargetVariable[]

GetNamespaces() public méthode

public GetNamespaces ( ) : string[]
Résultat string[]

GetParameters() public méthode

public GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target System.Thread
Résultat Mono.Debugger.Languages.TargetVariable[]

GetThis() public méthode

public GetThis ( System.Thread target ) : TargetVariable
target System.Thread
Résultat Mono.Debugger.Languages.TargetVariable