================ @@ -110,6 +108,9 @@ bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { strm.Printf("Note: Possible pointer authentication failure detected.\n"); }; + ABISP abi_sp = process.GetABI(); + assert(abi_sp && "Missing ABI info"); ---------------- medismailben wrote:
Sounds good, FWIW, this is happening with `crashlog` command when loading an arm64 target on an intel machine. That could explain why we're seeing this behavior. https://github.com/llvm/llvm-project/pull/95015 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits