addr2line

Convert addresses into line number/file name pairs (GNU)

Syntax:

addr2line_variant [options] [addr ...]

Runs on:

QNX Neutrino, Linux, Microsoft Windows

Options:

The addr2line_variant depends on the target platform, as follows:

Target platform: addr2line_variant:
ARM ntoarm-addr2line
MIPS ntomips-addr2line
PowerPC ntoppc-addr2line
SH4 ntosh-addr2line
x86 ntox86-addr2line

Description:

The addr2line utility translates program addresses into file names and line numbers. Given an address and an executable, it uses the debugging information in the executable to figure out which file name and line number are associated with a given address.

For detailed documentation, see the GNU website at http://www.gnu.org/.

Contributing author:

GNU