This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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

Re: Helping GDB to find symbols


> From: "Jacques-Olivier Goussard" <jgoussard@nuance.com>
> 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.


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