Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLocationFailedBefore = errors.New("failed to symbolize location, attempts are exhausted")
Functions ¶
This section is empty.
Types ¶
type DwarfLiner ¶ added in v0.8.0
type DwarfLiner struct {
// contains filtered or unexported fields
}
func DWARF ¶
func DWARF(logger log.Logger, path string, m *pb.Mapping, demangler *demangle.Demangler, attemptThreshold int) (*DwarfLiner, error)
DWARF is a symbolizer that uses DWARF debug info to symbolize addresses.
func (*DwarfLiner) PCToLines ¶ added in v0.8.0
func (dl *DwarfLiner) PCToLines(addr uint64) (lines []metastore.LocationLine, err error)
Click to show internal directories.
Click to hide internal directories.