mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Converted to use SBProcess.LaunchSimple().
llvm-svn: 129787
This commit is contained in:
@@ -64,8 +64,7 @@ class TestObjCStepping(TestBase):
|
||||
self.assertTrue(break_returnStruct_call_super.IsValid(), VALID_BREAKPOINT)
|
||||
|
||||
# Now launch the process, and do not stop at 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.IsValid(), PROCESS_IS_VALID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user