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

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

Méthodes publiques

Méthode Description
DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( DieStructureType die_struct ) : bool

Méthodes protégées

Méthode Description
ProcessAttribute ( Attribute attribute ) : void
ResolveType ( DieStructureType die_struct ) : TargetType

Private Methods

Méthode Description
read_location ( ) : bool

Method Details

DieMember() public méthode

public DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
Résultat System

ProcessAttribute() protected méthode

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Résultat void

Resolve() public méthode

public Resolve ( DieStructureType die_struct ) : bool
die_struct DieStructureType
Résultat bool

ResolveType() protected méthode

protected ResolveType ( DieStructureType die_struct ) : TargetType
die_struct DieStructureType
Résultat Mono.Debugger.Languages.TargetType