[Lldb-commits] [PATCH] D98529: [lldb] Strip pointer authentication codes from aarch64 pc.

Justin Cohen via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 17 08:29:33 PDT 2021


justincohen added a comment.

In the meantime, I'll look into adding something to the Crashpad minidump format to store an `addrable bits` mask, although I'm not clear how to grab this in userspace.  Should `sysctl machdep.virtual_address_size` work on iOS?  Can I grab TCR_ELx.T0SZ directly?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98529



More information about the lldb-commits mailing list