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

Debugging Information Entry corresponding to arbitrary types that are assigned names by the programmer.
Inheritance: DieType
显示文件 Open project: baulig/debugger

Public Methods

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

Protected Methods

Method Description
CreateType ( ) : TargetType
PopulateType ( ) : void
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateType() protected method

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

DieTypedef() public method

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

PopulateType() protected method

protected PopulateType ( ) : void
return void

ProcessAttribute() protected method

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