omjavaid added inline comments.

================
Comment at: 
lldb/test/API/linux/aarch64/tagged_memory_access/TestAArch64LinuxTaggedMemoryAccess.py:70
+        # 1. It tries to search a gigantic amount of memory.
+        #    We're not going to to test for this because a failure
+        #    would take a very long time and perhaps even find the
----------------
to to => to


================
Comment at: 
lldb/test/API/linux/aarch64/tagged_memory_access/TestAArch64LinuxTaggedMemoryAccess.py:83
+        # Then that the location found does not display the tag bits.
+        self.assertNotRegexpMatches(out, "data found at location: 
0x(34|56)[0-9A-Fa-f]+")
----------------
so I am thinking do we actually need to omit tags from location address. 
Internally we want LLDB to ignore tags thats fine but user must be seeing the 
tagged address of buf so why omit tags in output of memory find?



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117299

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to