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: scan_prologue/next, misunderstanding


> I got inspiration from avr-tdep.c. I still have problems with 'next'.
> I set a 'printf' in the function skip_prologue and I can tell it is
> never used.

Just a first guess:

I haven't looked at the code itself, but there are usually more than one
unwinders; for instance, there is a dwarf unwinder that reads the frame
info data from the dwarf data and use that exclusively to do the unwinding.
This might explain why the AVR unwinder based on prologue analysis doesn't
get called.

-- 
Joel


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