[Lldb-commits] [lldb] r132150 - /lldb/trunk/test/python_api/thread/TestThreadAPI.py

Johnny Chen johnny.chen at apple.com
Thu May 26 14:50:47 PDT 2011


Author: johnny
Date: Thu May 26 16:50:47 2011
New Revision: 132150

URL: http://llvm.org/viewvc/llvm-project?rev=132150&view=rev
Log:
Comment change.

Modified:
    lldb/trunk/test/python_api/thread/TestThreadAPI.py

Modified: lldb/trunk/test/python_api/thread/TestThreadAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/thread/TestThreadAPI.py?rev=132150&r1=132149&r2=132150&view=diff
==============================================================================
--- lldb/trunk/test/python_api/thread/TestThreadAPI.py (original)
+++ lldb/trunk/test/python_api/thread/TestThreadAPI.py Thu May 26 16:50:47 2011
@@ -98,7 +98,7 @@
     def setUp(self):
         # Call super's setUp().
         TestBase.setUp(self)
-        # Find the line number to break inside main().
+        # Find the line number within main.cpp to break inside main().
         self.line = line_number("main.cpp", "// Set break point at this line and check variable 'my_char'.")
         # Find the line numbers within main2.cpp for step_over_3_times() and step_out_of_malloc_into_function_b().
         self.line2 = line_number("main2.cpp", "// thread step-out of malloc into function b.")





More information about the lldb-commits mailing list