C# 클래스 Mono.Debugger.Backend.DwarfFrameReader.Entry

파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
cie CIE

보호된 프로퍼티들

프로퍼티 타입 설명
address TargetAddress
current_address TargetAddress

공개 메소드들

메소드 설명
Entry ( CIE cie ) : System
Entry ( CIE cie, TargetAddress initial_location, TargetAddress address ) : System
Read ( DwarfBinaryReader reader, long end_pos ) : void
Unwind ( StackFrame frame, TargetMemoryAccess target, Architecture arch ) : StackFrame

비공개 메소드들

메소드 설명
GetArchRegister ( int index ) : int
GetRegister ( Registers regs, int index ) : Register
GetRegisterValue ( Registers regs, int reg, Column column ) : long
GetValue ( TargetMemoryAccess target, Registers regs, TargetAddress cfa, int reg, Column column ) : void
SetRegisters ( Registers regs, TargetMemoryAccess target, Architecture arch, Column columns ) : void

메소드 상세

Entry() 공개 메소드

public Entry ( CIE cie ) : System
cie CIE
리턴 System

Entry() 공개 메소드

public Entry ( CIE cie, TargetAddress initial_location, TargetAddress address ) : System
cie CIE
initial_location TargetAddress
address TargetAddress
리턴 System

Read() 공개 메소드

public Read ( DwarfBinaryReader reader, long end_pos ) : void
reader DwarfBinaryReader
end_pos long
리턴 void

Unwind() 공개 메소드

public Unwind ( StackFrame frame, TargetMemoryAccess target, Architecture arch ) : StackFrame
frame StackFrame
target TargetMemoryAccess
arch Architecture
리턴 StackFrame

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected TargetAddress address
리턴 TargetAddress

cie 공개적으로 프로퍼티

public CIE cie
리턴 CIE

current_address 보호되어 있는 프로퍼티

protected TargetAddress current_address
리턴 TargetAddress