C# Class Mono.Debugger.Backend.DwarfBinaryReader

Inheritance: TargetBinaryReader
Mostrar archivo Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
DwarfBinaryReader ( Bfd bfd, TargetBlob blob, bool is64bit ) : System
PeekOffset ( long pos ) : long
PeekOffset ( long pos, int &size ) : long
ReadInitialLength ( ) : long
ReadInitialLength ( bool &is64bit ) : long
ReadOffset ( ) : long

Method Details

DwarfBinaryReader() public method

public DwarfBinaryReader ( Bfd bfd, TargetBlob blob, bool is64bit ) : System
bfd Bfd
blob TargetBlob
is64bit bool
return System

PeekOffset() public method

public PeekOffset ( long pos ) : long
pos long
return long

PeekOffset() public method

public PeekOffset ( long pos, int &size ) : long
pos long
size int
return long

ReadInitialLength() public method

public ReadInitialLength ( ) : long
return long

ReadInitialLength() public method

public ReadInitialLength ( bool &is64bit ) : long
is64bit bool
return long

ReadOffset() public method

public ReadOffset ( ) : long
return long