[Lldb-commits] [lldb] r112226 - /lldb/trunk/test/array_types/TestArrayTypes.py

Johnny Chen johnny.chen at apple.com
Thu Aug 26 14:53:26 PDT 2010


Author: johnny
Date: Thu Aug 26 16:53:26 2010
New Revision: 112226

URL: http://llvm.org/viewvc/llvm-project?rev=112226&view=rev
Log:
Added comment about target.LaunchProcess() not working.

Modified:
    lldb/trunk/test/array_types/TestArrayTypes.py

Modified: lldb/trunk/test/array_types/TestArrayTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/array_types/TestArrayTypes.py?rev=112226&r1=112225&r2=112226&view=diff
==============================================================================
--- lldb/trunk/test/array_types/TestArrayTypes.py (original)
+++ lldb/trunk/test/array_types/TestArrayTypes.py Thu Aug 26 16:53:26 2010
@@ -67,6 +67,7 @@
         self.assertTrue(breakpoint.IsValid(), VALID_BREAKPOINT)
 
         self.runCmd("run", RUN_STOPPED)
+        # This does not work, and results in the process stopped at dyld_start?
         #process = target.LaunchProcess([''], [''], os.ctermid(), False)
 
         # The stop reason of the thread should be breakpoint.





More information about the lldb-commits mailing list