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
显示文件 Open project: baulig/debugger

Public Methods

Method Description
DieBaseType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

Protected Methods

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

Method Details

CreateType() protected method

protected CreateType ( ) : TargetType
return Mono.Debugger.Languages.TargetType

DieBaseType() public method

public DieBaseType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
return System

GetMonoType() protected method

protected GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
encoding DwarfBaseTypeEncoding
byte_size int
return FundamentalKind

ProcessAttribute() protected method

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
return void