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: Frame lost after 'leave' and before 'ret' instruction on i386?


On Thu, May 22, 2008 at 10:29:41AM -0400, Aleksandar Ristovski wrote:
> Daniel Jacobowitz wrote:
>>
>> When DWARF unwinding is not in use, there's the in_epilogue_p hook.
>> Prologue analyzers could also detect epilogues using the same
>> technique.  But this is slow and complicated.
>>
>
> Interestingly, the only mention of in_epilogue_p I found is in
> ChangeLog-2004, but not a trace of it in the code? As if it was
> silently removed without mentioning it in the ChangeLog.

As if one changelog writer made the same typo I did; it's
gdbarch_in_function_epilogue_p.

-- 
Daniel Jacobowitz
CodeSourcery


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