[Lldb-commits] [lldb] r130965 - /lldb/trunk/test/lldbtest.py

Johnny Chen johnny.chen at apple.com
Thu May 5 16:32:40 PDT 2011


Author: johnny
Date: Thu May  5 18:28:17 2011
New Revision: 130965

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

Modified:
    lldb/trunk/test/lldbtest.py

Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=130965&r1=130964&r2=130965&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Thu May  5 18:28:17 2011
@@ -530,8 +530,9 @@
         # it using pexpect.
         self.child = None
         # If the child is interacting with the embedded script interpreter,
-        # there are two exits required, first one to quit the embedded script
-        # interpreter and second one to quit the lldb command interpreter.
+        # there are two exits required during tear down, first to quit the
+        # embedded script interpreter and second to quit the lldb command
+        # interpreter.
         self.child_in_script_interpreter = False
 
         # There is no process associated with the debugger as yet.





More information about the lldb-commits mailing list