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

Inheritance: DieType
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
DieSubroutineType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

Méthodes protégées

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

Method Details

CreateDie() protected méthode

protected CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
Résultat Die

CreateType() protected méthode

protected CreateType ( ) : TargetType
Résultat Mono.Debugger.Languages.TargetType

DieSubroutineType() public méthode

public DieSubroutineType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
Résultat System

PopulateType() protected méthode

protected PopulateType ( ) : void
Résultat void

ProcessAttribute() protected méthode

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Résultat void