Home
last modified time | relevance | path

Searched refs:X16Val (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp123 RegisterValue X16Val; in DeterminePtrauthFailure() local
124 if (!reg_ctx->ReadRegister(X16Info, X16Val)) in DeterminePtrauthFailure()
126 uint64_t bad_address = X16Val.GetAsUInt64(); in DeterminePtrauthFailure()