From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: jgoussard@nuance.com Cc: gdb@sourceware.cygnus.com Subject: Re: Helping GDB to find symbols Date: Tue, 01 May 2001 11:23:00 -0000 Message-id: <7458-Tue01May2001212424+0300-eliz@is.elta.co.il> References: X-SW-Source: 2001-05/msg00017.html > From: "Jacques-Olivier Goussard" > Date: Tue, 1 May 2001 09:06:05 -0400 > > > I do not think the addresses are the same in stripped and unstripped I agree with others: this could only happen if you compiled the two versions with different code optimization/generation switches. Otherwise, the addresses should be identical, and you should be able to use the core file created by the stripped executable and symbols from an unstripped executable.