[Lldb-commits] [lldb] [lldb] Introduce Process::FixAnyAddressPreservingAuthentication (PR #159785)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 19 08:14:30 PDT 2025
DavidSpickett wrote:
A more generic term might be "significant" bits, significant to what is what people will wonder but at least it covers the bits significant to address resolution, plus anything required to use the pointer in code.
Which could include the PAC code, if you had really particular code generation that expected to find it. If it's using some (idk if this actually exists) "auth then load" single instruction and has somehow blocked a code of all 0s.
https://github.com/llvm/llvm-project/pull/159785
More information about the lldb-commits
mailing list