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

Inheritance: DieType
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
IsUnion bool

Public Methods

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

Protected Methods

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

Method Details

CreateDie() protected method

protected CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
return Die

CreateType() protected method

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

DieStructureType() public method

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
return System

PopulateType() protected method

protected PopulateType ( ) : void
return void

ProcessAttribute() protected method

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

Property Details

IsUnion public_oe property

public bool IsUnion
return bool