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

Afficher le fichier Open project: baulig/debugger

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddNamespace ( long offset, DieNamespace ns ) : void
AddSubprogram ( long offset, DieSubprogram subprog ) : void
AddType ( long offset, DieType type ) : void
CompilationUnit ( DwarfReader dwarf, DwarfBinaryReader reader ) : System
GetNamespace ( long offset ) : DieNamespace
GetSubprogram ( long offset ) : DieSubprogram
GetType ( long offset ) : DieType
ToString ( ) : string
this ( int abbrev_id ) : AbbrevEntry

Method Details

AddNamespace() public méthode

public AddNamespace ( long offset, DieNamespace ns ) : void
offset long
ns DieNamespace
Résultat void

AddSubprogram() public méthode

public AddSubprogram ( long offset, DieSubprogram subprog ) : void
offset long
subprog DieSubprogram
Résultat void

AddType() public méthode

public AddType ( long offset, DieType type ) : void
offset long
type DieType
Résultat void

CompilationUnit() public méthode

public CompilationUnit ( DwarfReader dwarf, DwarfBinaryReader reader ) : System
dwarf DwarfReader
reader DwarfBinaryReader
Résultat System

GetNamespace() public méthode

public GetNamespace ( long offset ) : DieNamespace
offset long
Résultat DieNamespace

GetSubprogram() public méthode

public GetSubprogram ( long offset ) : DieSubprogram
offset long
Résultat DieSubprogram

GetType() public méthode

public GetType ( long offset ) : DieType
offset long
Résultat DieType

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int abbrev_id ) : AbbrevEntry
abbrev_id int
Résultat AbbrevEntry