This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: prelink and gdb


On Wed, Sep 12, 2007 at 06:50:08PM +0800, Bin Chen wrote:
> Hi,
> 
> We have two versions in our project, both are for ARM. The release
> version does prelink for most of the applications, and the debug version
> doesn't do prelink.
> 
> We encounter problem when we run simple test program, in debug version,
> the test program can be backtrace with symbol name displayed, but with
> the same binary executable, in release version, the symbol name can't be
> displayed...

In the release version, did you strip the debugging symbols?

Bob Rossi


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