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 breakpoints/10738] Cannot set breakpoint on inlined function


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

--- Comment #13 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2011-04-15 19:04:20 UTC ---
(In reply to comment #12)
> Why is that? The inlined_subroutine that covers 0x400383 should have
> an abstract_origin with as name "f".

#0  block_linkage_function
#1  find_pc_sect_function
#2  find_pc_partial_function_gnu_ifunc
#3  find_pc_partial_function
#4  expand_line_sal_maybe

block_linkage_function /* The return value will not be an inlined function;
                          the containing function will be returned instead.  */

It may be a simple bug, not sure.

-- 
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]