addr2line

command standard library
go1.17.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

Addr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof.

Usage:

go tool addr2line binary

Addr2line reads hexadecimal addresses, one per line and with optional 0x prefix, from standard input. For each input address, addr2line prints two output lines, first the name of the function containing the address and second the file:line of the source code corresponding to that address.

This tool is intended for use only by pprof; its interface may change or it may be deleted entirely in future releases.

Jump to

Keyboard shortcuts

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