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

Debugging Information Entry corresponding to inheritance information.
From the DWARF spec: The class type of structure type entry that describes a derived class or structure owns debugging information entries describing each of the classes or structures it is derived from, ordered as they were in the source program.
Inheritance: Die
显示文件 Open project: baulig/debugger

Public Methods

Method Description
DieInheritance ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( ) : bool

Protected Methods

Method Description
ProcessAttribute ( Attribute attribute ) : void

Private Methods

Method Description
DoResolve ( ) : void

Method Details

DieInheritance() public method

public DieInheritance ( 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 ( ) : bool
return bool