File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lldb/test/API/functionalities/exec Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ def do_test(self, skip_exec):
4545 # Create the target
4646 target = self .dbg .CreateTarget (exe )
4747
48+ lldbutil .install_to_target (self , secondprog )
49+
4850 # Create any breakpoints we need
4951 breakpoint1 = target .BreakpointCreateBySourceRegex (
5052 "Set breakpoint 1 here" , lldb .SBFileSpec ("main.c" , False )
@@ -143,6 +145,8 @@ def test_correct_thread_plan_state_before_exec(self):
143145 exe = self .getBuildArtifact ("a.out" )
144146 target = self .dbg .CreateTarget (exe )
145147
148+ lldbutil .install_to_target (self , self .getBuildArtifact ("secondprog" ))
149+
146150 (target , process , thread , breakpoint1 ) = lldbutil .run_to_source_breakpoint (
147151 self , "Set breakpoint 1 here" , lldb .SBFileSpec ("main.c" , False )
148152 )
You can’t perform that action at this time.
0 commit comments