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

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

Méthodes publiques

Свойство Type Description
IsUnion bool

Méthodes publiques

Méthode Description
DieStructureType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev, bool is_union ) : System

Méthodes protégées

Méthode Description
CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
CreateType ( ) : TargetType
PopulateType ( ) : void
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateDie() protected méthode

protected CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
Résultat Die

CreateType() protected méthode

protected CreateType ( ) : TargetType
Résultat Mono.Debugger.Languages.TargetType

DieStructureType() public méthode

public DieStructureType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev, bool is_union ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
is_union bool
Résultat System

PopulateType() protected méthode

protected PopulateType ( ) : void
Résultat void

ProcessAttribute() protected méthode

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

Property Details

IsUnion public_oe property

public bool IsUnion
Résultat bool