C# 클래스 Mono.Debugger.Backend.Bfd.BfdSymbolFile

상속: Mono.Debugger.SymbolFile
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Bfd Bfd

공개 메소드들

메소드 설명
BfdSymbolFile ( Bfd bfd ) : System
FindMethod ( string name ) : MethodSource
GetMethods ( SourceFile file ) : MethodSource[]
SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol

비공개 메소드들

메소드 설명
OnModuleChanged ( ) : void
UnwindStack ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame

메소드 상세

BfdSymbolFile() 공개 메소드

public BfdSymbolFile ( Bfd bfd ) : System
bfd Bfd
리턴 System

FindMethod() 공개 메소드

public FindMethod ( string name ) : MethodSource
name string
리턴 MethodSource

GetMethods() 공개 메소드

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

SimpleLookup() 공개 메소드

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

프로퍼티 상세

Bfd 공개적으로 프로퍼티

public Bfd,Mono.Debugger.Backend Bfd
리턴 Bfd