[LLVMbugs] [Bug 14473] Multiple breakpoints in class template member function definition
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 11 19:28:23 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=14473
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Eric Christopher <echristo at gmail.com> ---
Seems to be fixed:
dzur:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -g -c foo.cpp
dzur:~/tmp> gdb foo.o
Reading symbols from foo.o...done.
(gdb) b foo<int>::foo
Breakpoint 1 at 0x4f: file foo.cpp, line 9.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140412/27379d57/attachment.html>
More information about the llvm-bugs
mailing list