We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9e4ff commit c15b2f2Copy full SHA for c15b2f2
lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py
@@ -56,6 +56,8 @@ def repl_set_up(self):
56
target = self.dbg.CreateTarget(exe)
57
self.assertTrue(target, VALID_TARGET)
58
59
+ self.registerSharedLibrariesWithTarget(target, ['libPlaygroundsRuntime.dylib'])
60
+
61
# Set the breakpoints
62
breakpoint = target.BreakpointCreateBySourceRegex(
63
'Set breakpoint here', self.PlaygroundStub_source_spec)
0 commit comments