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/16880] GDB does not step into template functions OS X Mavericks


https://sourceware.org/bugzilla/show_bug.cgi?id=16880

--- Comment #1 from vsoftco at gmail dot com ---
Created attachment 7565
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7565&action=edit
simple main.cpp file with template function in line 16

When trying to step into template function f<int>(12) on line 16, gdb just
steps over. If f is non-templated, everything works as it is supposed to, i.e.
steps into f. Target OS: OS X Mavericks, g++-(4.7,4.8,4.9) gdb-(7.6,7.7)

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