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:51:12AM -0400, Aleksandar Ristovski wrote:
> So from what I can see, they all rely on symbol info (find_pc_partial_function).

Generally, so that you don't go marching off into the code of another
function.  If you only look at instructions forwards, and do not skip
any branches, you can probably do without it.

-- 
Daniel Jacobowitz
CodeSourcery


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