C# Class Mono.Debugger.Backend.DwarfFrameReader

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Protected Properties

Свойство Type Description
bfd Bfd
blob TargetBlob
cie_list CIE
is_ehframe bool
vma long

Méthodes publiques

Méthode Description
DwarfFrameReader ( Bfd bfd, TargetBlob blob, long vma, bool is_ehframe ) : System
ToString ( ) : string
UnwindStack ( StackFrame frame, TargetMemoryAccess target, Architecture arch ) : StackFrame

Méthodes protégées

Méthode Description
find_cie ( long offset ) : CIE

Private Methods

Méthode Description
ReadEncodedValue ( DwarfBinaryReader reader, int encoding ) : long

Method Details

DwarfFrameReader() public méthode

public DwarfFrameReader ( Bfd bfd, TargetBlob blob, long vma, bool is_ehframe ) : System
bfd Bfd
blob TargetBlob
vma long
is_ehframe bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

UnwindStack() public méthode

public UnwindStack ( StackFrame frame, TargetMemoryAccess target, Architecture arch ) : StackFrame
frame StackFrame
target TargetMemoryAccess
arch Architecture
Résultat StackFrame

find_cie() protected méthode

protected find_cie ( long offset ) : CIE
offset long
Résultat CIE

Property Details

bfd protected_oe property

protected Bfd,Mono.Debugger.Backend bfd
Résultat Bfd

blob protected_oe property

protected TargetBlob blob
Résultat TargetBlob

cie_list protected_oe property

protected CIE cie_list
Résultat CIE

is_ehframe protected_oe property

protected bool is_ehframe
Résultat bool

vma protected_oe property

protected long vma
Résultat long