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



On Mon, 30 Apr 2001, Jacques-Olivier Goussard wrote:

> > Doesn't it work to say "gdb yourprog core", where `yourprog' is the 
> > unstripped binary and `core' is the core file you get from your 
> > customers?
> No. I guess it gets mixed up in the addresses and offsets. The stacktrace
> for example is quite different when I switched to the non-debug to
> debug binaries (exec and dynamic libraries).

Hmm?  I don't understand how is this possible: all the addresses in a
stripped program should be exactly like in an unstripped one.
Otherwise, you won't be able to debug the core dump which originated
from an unstripped program.

Am I missing something?

What is your object file format and debug info format, btw?


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