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

Inheritance: Mono.Debugger.SymbolFile
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
Bfd Bfd

Public Methods

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

Private Methods

Method Description
OnModuleChanged ( ) : void
UnwindStack ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame

Method Details

BfdSymbolFile() public method

public BfdSymbolFile ( Bfd bfd ) : System
bfd Bfd
return System

FindMethod() public method

public FindMethod ( string name ) : MethodSource
name string
return MethodSource

GetMethods() public method

public GetMethods ( SourceFile file ) : MethodSource[]
file Mono.Debugger.SourceFile
return MethodSource[]

SimpleLookup() public method

public SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol
address Mono.Debugger.TargetAddress
exact_match bool
return Mono.Debugger.Symbol

Property Details

Bfd public_oe property

public Bfd,Mono.Debugger.Backend Bfd
return Bfd