[Lldb-commits] [lldb] 8fcfe28 - [TestPtrRefs] Prefer `command script import`.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 14 15:30:42 PDT 2020


Author: Davide Italiano
Date: 2020-08-14T15:30:31-07:00
New Revision: 8fcfe2862fd4fde4793e232cfeebe6c5540c80a5

URL: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5
DIFF: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5.diff

LOG: [TestPtrRefs] Prefer `command script import`.

Added: 
    

Modified: 
    lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
index 41216bbce2e5..6a392a0a756e 100644
--- a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
+++ b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
@@ -44,5 +44,5 @@ def test_ptr_refs(self):
 
         frame = thread.GetFrameAtIndex(0)
 
-        self.runCmd("script import lldb.macosx.heap")
+        self.runCmd("command script import lldb.macosx.heap")
         self.expect("ptr_refs my_ptr", substrs=["malloc", "stack"])


        


More information about the lldb-commits mailing list