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

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

Public Methods

Method Description
DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( DieStructureType die_struct ) : bool

Protected Methods

Method Description
ProcessAttribute ( Attribute attribute ) : void
ResolveType ( DieStructureType die_struct ) : TargetType

Private Methods

Method Description
read_location ( ) : bool

Method Details

DieMember() public method

public DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
return System

ProcessAttribute() protected method

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

Resolve() public method

public Resolve ( DieStructureType die_struct ) : bool
die_struct DieStructureType
return bool

ResolveType() protected method

protected ResolveType ( DieStructureType die_struct ) : TargetType
die_struct DieStructureType
return Mono.Debugger.Languages.TargetType