binutils-gdb/binutils/doc
Andi Kleen fd3c53675c Support symbol+offset lookup in addr2line
The Linux kernel usually ouputs symbol+offset instead of plain code
addresses these days, to avoid leaking ASLR secrets and to handle
dynamically loaded modules.

Converting those with addr2line is somewhat involved: it requires
looking up the symbol first using nm and then manually compute the
offset, and then pass it to addr2line.

This patch implements the necessary steps directly in addr2line,
by looking up the symbol (with demangling if needed) and computing
the offset.

It's possible that a symbol is ambigious with a hex number. In this
case it uses the symbol lookup if the string contains a +. When it isn't
ambigious the + is optional.
2022-02-03 18:41:56 -08:00
..
binutils.texi Support symbol+offset lookup in addr2line 2022-02-03 18:41:56 -08:00
ctf.options.texi binutils, ld: make objdump --ctf's parameter optional 2021-10-25 11:17:03 +01:00
debug.options.texi doc: Replace =frame-interp with =frames-interp 2022-01-05 11:51:40 -08:00
fdl.texi
local.mk Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30