C# Class Mono.Debugger.Backend.Bfd.BfdSymbolFile

Inheritance: Mono.Debugger.SymbolFile
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Bfd Bfd

Méthodes publiques

Méthode Description
BfdSymbolFile ( Bfd bfd ) : System
FindMethod ( string name ) : MethodSource
GetMethods ( SourceFile file ) : MethodSource[]
SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol

Private Methods

Méthode Description
OnModuleChanged ( ) : void
UnwindStack ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame

Method Details

BfdSymbolFile() public méthode

public BfdSymbolFile ( Bfd bfd ) : System
bfd Bfd
Résultat System

FindMethod() public méthode

public FindMethod ( string name ) : MethodSource
name string
Résultat MethodSource

GetMethods() public méthode

public GetMethods ( SourceFile file ) : MethodSource[]
file Mono.Debugger.SourceFile
Résultat MethodSource[]

SimpleLookup() public méthode

public SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol
address Mono.Debugger.TargetAddress
exact_match bool
Résultat Mono.Debugger.Symbol

Property Details

Bfd public_oe property

public Bfd,Mono.Debugger.Backend Bfd
Résultat Bfd