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

Debugging Information Entry corresponding to base types.
From the DWARF spec: A base type is a data type that is not defined in terms of other data types. Each programming language has a set of base types that are considered to be built into that language.
Inheritance: DieType
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateType ( ) : TargetType
GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateType() protected méthode

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

DieBaseType() public méthode

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

GetMonoType() protected méthode

protected GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
encoding DwarfBaseTypeEncoding
byte_size int
Résultat FundamentalKind

ProcessAttribute() protected méthode

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