Skip to content

Commit c15b2f2

Browse files
committed
Allow playground tests to run on device
(cherry picked from commit da93bc5)
1 parent 3a9e4ff commit c15b2f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def repl_set_up(self):
5656
target = self.dbg.CreateTarget(exe)
5757
self.assertTrue(target, VALID_TARGET)
5858

59+
self.registerSharedLibrariesWithTarget(target, ['libPlaygroundsRuntime.dylib'])
60+
5961
# Set the breakpoints
6062
breakpoint = target.BreakpointCreateBySourceRegex(
6163
'Set breakpoint here', self.PlaygroundStub_source_spec)

0 commit comments

Comments
 (0)