This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]