forked from OSchip/llvm-project
Added comment about target.LaunchProcess() not working.
llvm-svn: 112226
This commit is contained in:
parent
3c19d3d5c3
commit
2771d7bf49
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue