Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp120 RegisterValue X16Val; in DeterminePtrauthFailure() local
121 if (!reg_ctx->ReadRegister(X16Info, X16Val)) in DeterminePtrauthFailure()
123 uint64_t bad_address = X16Val.GetAsUInt64(); in DeterminePtrauthFailure()