addr2line

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter struct {
	Elf string
}

func (*Converter) FuncToAddr

func (c *Converter) FuncToAddr(fn string) (uint32, error)

func (*Converter) Lookup

func (c *Converter) Lookup(addr uint32) (Position, error)

type Position

type Position struct {
	File string
	Line int
}

func (Position) String

func (p Position) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL