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):
45
45
# Create the target
46
46
target = self .dbg .CreateTarget (exe )
47
47
48
+ lldbutil .install_to_target (self , secondprog )
49
+
48
50
# Create any breakpoints we need
49
51
breakpoint1 = target .BreakpointCreateBySourceRegex (
50
52
"Set breakpoint 1 here" , lldb .SBFileSpec ("main.c" , False )
@@ -143,6 +145,8 @@ def test_correct_thread_plan_state_before_exec(self):
143
145
exe = self .getBuildArtifact ("a.out" )
144
146
target = self .dbg .CreateTarget (exe )
145
147
148
+ lldbutil .install_to_target (self , self .getBuildArtifact ("secondprog" ))
149
+
146
150
(target , process , thread , breakpoint1 ) = lldbutil .run_to_source_breakpoint (
147
151
self , "Set breakpoint 1 here" , lldb .SBFileSpec ("main.c" , False )
148
152
)
You can’t perform that action at this time.
0 commit comments