[Lldb-commits] [lldb] 0cceb54 - [TestPtrRefsObjC] Prefer `command script import`.
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 14 15:31:24 PDT 2020
Author: Davide Italiano
Date: 2020-08-14T15:31:02-07:00
New Revision: 0cceb54366b406649fdfe7bb11b133ab96f3cd70
URL: https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70
DIFF: https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70.diff
LOG: [TestPtrRefsObjC] Prefer `command script import`.
Added:
Modified:
lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
index 390a07c4718a..ca543eb91967 100644
--- a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
+++ b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
@@ -44,6 +44,6 @@ 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 self", substrs=["malloc", "stack"])
More information about the lldb-commits
mailing list