Added comment about target.LaunchProcess() not working.

llvm-svn: 112226
This commit is contained in:
Johnny Chen 2010-08-26 21:53:26 +00:00
parent 3c19d3d5c3
commit 2771d7bf49
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class TestArrayTypes(TestBase):
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.