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: error message : I'm sorry, Dave, I can't dothat.Symbolformat'elf32-xc16x' unknown.


On Thu, Sep 27, 2007 at 07:14:59PM +0530, Bhushan Attarde wrote:
> my question is why the for loop has executed 2 times ? 
> I mean to say once it has found 
> "(our flavour== sf->sym_flavour)" and returning "sf" for 1st time again
> the loop is executed one more time to return the same. 

Use GDB to answer this question, of course.  Set a breakpoint on
find_syms_fn and backtrace every time it's hit.

-- 
Daniel Jacobowitz
CodeSourcery


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