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.
command script import
1 parent 3888464 commit 8fcfe28Copy full SHA for 8fcfe28
lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
@@ -44,5 +44,5 @@ def test_ptr_refs(self):
44
45
frame = thread.GetFrameAtIndex(0)
46
47
- self.runCmd("script import lldb.macosx.heap")
+ self.runCmd("command script import lldb.macosx.heap")
48
self.expect("ptr_refs my_ptr", substrs=["malloc", "stack"])
0 commit comments