This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Symbol table lookup at the run time
- From: Pavel Roskin <proski at gnu dot org>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 8 Jan 2002 19:45:35 -0500 (EST)
- Subject: Re: Symbol table lookup at the run time
Hi, Zack!
> Debugging information is not loaded into memory at runtime. The
> debugger does exactly what you say you don't want to do: open up the
> executable using libbfd.
>
> Your best bet is to use addr2line.
I didn't know about addr2line. Indeed, it's what I need. Thank you!
--
Regards,
Pavel Roskin