This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What good is crash instruction pointer?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Robin Rowe <rower at MovieEditor dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 01 Oct 2003 06:38:07 -0500
- Subject: Re: What good is crash instruction pointer?
- References: <C2626F3476C186409D40C2FDC53FEFD402FA3851@HARMRD-IHP002EU.HARMONICINC.COM>
Hi Robin,
>That sounds like what I need! How do I do that using nm?
nm -n executable
objdump -xD executable
If it was in a shared object library, you'll need more tricks -- I recommend gdb.
HTH,
--Eljay