Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DumpParser ¶
type DumpS ¶
type DumpS struct {
// contains filtered or unexported fields
}
func ReadDumpFrom ¶
func ReadDumpFrom(r io.Reader, byteOrder binary.ByteOrder, archSize int, parser DumpParser) (*DumpS, error)
ReadDumpFrom loads a DumpS from a text stack memory dump.
func (*DumpS) TranslateStack ¶
func (dmp *DumpS) TranslateStack(syms *SymbolTable, lowerLimit, upperLimit uint64, sections []*elf.Section)
TranslateStack prints the dump using symbols from syms.
type SymbolTable ¶
type SymbolTable struct {
// contains filtered or unexported fields
}
func (*SymbolTable) Add ¶
func (fs *SymbolTable) Add(sym *elf.Symbol)
func (*SymbolTable) PrintTop ¶
func (fs *SymbolTable) PrintTop()
func (*SymbolTable) String ¶
func (fs *SymbolTable) String() string
Click to show internal directories.
Click to hide internal directories.