[Lldb-commits] [lldb] r116361 - /lldb/trunk/test/stl/TestSTL.py

Johnny Chen johnny.chen at apple.com
Tue Oct 12 16:01:50 PDT 2010


Author: johnny
Date: Tue Oct 12 18:01:50 2010
New Revision: 116361

URL: http://llvm.org/viewvc/llvm-project?rev=116361&view=rev
Log:
Update the comment with reagard to a bug filed against possible clang-generated
debug info which results in the breakpoint locations of 3, instead of 1 (as in gcc).

Modified:
    lldb/trunk/test/stl/TestSTL.py

Modified: lldb/trunk/test/stl/TestSTL.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/stl/TestSTL.py?rev=116361&r1=116360&r2=116361&view=diff
==============================================================================
--- lldb/trunk/test/stl/TestSTL.py (original)
+++ lldb/trunk/test/stl/TestSTL.py Tue Oct 12 18:01:50 2010
@@ -37,6 +37,10 @@
 
         self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
 
+        # rdar://problem/8543077
+        # test/stl: clang built binaries results in the breakpoint locations = 3,
+        # is this a problem with clang generated debug info?
+        #
         # Break on line 13 of main.cpp.
         self.expect("breakpoint set -f main.cpp -l %d" % self.line,
                     BREAKPOINT_CREATED,





More information about the lldb-commits mailing list