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

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

Public Methods

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

Protected Methods

Method Description
CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateDie() protected method

protected CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
return Die

DieLexicalBlock() public method

public DieLexicalBlock ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
subprog DieSubprogram
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
return System

IsInRange() public method

public IsInRange ( TargetAddress address ) : bool
address TargetAddress
return bool

ProcessAttribute() protected method

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