[Lldb-commits] [PATCH] D141539: [lldb][test] Replace use of p with expression (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 11 14:52:52 PST 2023


kastiglione added inline comments.


================
Comment at: lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py:74
+        self.expect("expression/d ((int*)&first)[0]", substrs=['= 5'])
+        self.expect("expression/d ((int*)&second)[0]", substrs=['= 6'])
         self.assertEqual(first_sym.GetStartAddress().GetLoadAddress(target), 
----------------
@aprantl I don't see why these `/d` are not needed though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141539/new/

https://reviews.llvm.org/D141539



More information about the lldb-commits mailing list