labath added a comment.

Can we make the core file smaller? Since it's essentially static data, do you 
really need all the mmap, debug info and everything? Could you just take an 
address that is known to be in the core file (smallest you can make), and then 
do a `memory read 0xwhatever` ?



================
Comment at: 
lldb/test/API/linux/aarch64/non_address_bit_memory_access/TestAArch64LinuxNonAddressBitMemoryAccess.py:182
+        if not self.isAArch64PAuth():
+            self.skipTest('Target must support pointer authentication.')
+
----------------
even for a core file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122411

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

Reply via email to