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

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

Méthodes publiques

Méthode Description
DieLexicalBlock ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
IsInRange ( TargetAddress address ) : bool

Méthodes protégées

Méthode Description
CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
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

DieLexicalBlock() public méthode

public DieLexicalBlock ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
subprog DieSubprogram
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
Résultat System

IsInRange() public méthode

public IsInRange ( TargetAddress address ) : bool
address TargetAddress
Résultat bool

ProcessAttribute() protected méthode

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