[Lldb-commits] [lldb] [lldb] Tighten ABI assert in `StopInfoMachException::DeterminePtrauthFailure` (NFC) (PR #95015)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 10 16:34:58 PDT 2024


jasonmolenda wrote:

this is fine but fwiw there are `Process::FixAnyAddress`, `Process::FixDataAddress`, `Process::FixCodeAddress` methods that are the preferred way of clearing pointerauth bits and they fall back to returning the value unmodified if there is no ABI.

https://github.com/llvm/llvm-project/pull/95015


More information about the lldb-commits mailing list