This is the mail archive of the gdb-prs@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]

[Bug gdb/14119] F17: failed assertion `!frame_id_inlined_p(frame_id)'


http://sourceware.org/bugzilla/show_bug.cgi?id=14119

--- Comment #4 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-08-15 19:48:59 UTC ---
I believe 'finish' should step out of inlined frames one frame at a time.
The same like 'step' steps in one frame at a time, also without changing PC.
The same should apply to tailcall frames (just step-in is irrelevant for them).

In general GDB should behave for -O2 -g inferior as much the same as to the
same inferior built with -O0 -g.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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