summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-19 18:38:30 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-19 18:38:30 +0000
commit0fbb74406c9a255d2ae6034df7a8451268eb5ccf (patch)
treed39ad4fcc07424016e0eaf75c774bc7e26030f39
parent822198ef776515216795805f4ae15170fef1ad75 (diff)
downloadbcm5719-llvm-0fbb74406c9a255d2ae6034df7a8451268eb5ccf.tar.gz
bcm5719-llvm-0fbb74406c9a255d2ae6034df7a8451268eb5ccf.zip
Converted to use SBProcess.LaunchSimple().
llvm-svn: 129780
-rw-r--r--lldb/test/cpp/dynamic-value/TestDynamicValue.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/test/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
index 78b2f22208f..c0d323cb76e 100644
--- a/lldb/test/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
@@ -114,9 +114,7 @@ class DynamicValueTestCase(TestBase):
VALID_BREAKPOINT)
# Now launch the process, and do not stop at the entry point.
-
- error = lldb.SBError()
- self.process = target.Launch (self.dbg.GetListener(), None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error)
+ self.process = target.LaunchSimple (None, None, os.getcwd())
self.assertTrue(self.process.GetState() == lldb.eStateStopped,
PROCESS_STOPPED)
OpenPOWER on IntegriCloud