How to use the addr2line command in Linux?

The Solution to How to use the addr2line command in Linux? is


You can also use gdb instead of addr2line to examine memory address. Load executable file in gdb and print the name of a symbol which is stored at the address. 16 Examining the Symbol Table.

(gdb) info symbol 0x4005BDC 

~ Answered on 2011-10-04 13:45:13


Most Viewed Questions: