We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wanted to open this as an issue, although I'm afraid I can't be much help testing (yet).
Examples: https://github.com/llvm-mirror/llvm/blob/master/lib/Support/Windows/Signals.inc (Part 1, Part 2 Fixes)
It appears as though the proper offsets for filling the STACKFRAME64 struct for _M_ARM / _M_ARM64 are:
STACKFRAME64
_M_ARM
_M_ARM64
CONTEXT
AddrPC.Offset
Pc
AddrStack.Offset
Sp
AddrFrame.Offset
Fp
R11
And AddrModeFlat as the Mode
AddrModeFlat
Mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wanted to open this as an issue, although I'm afraid I can't be much help testing (yet).
Examples:
https://github.com/llvm-mirror/llvm/blob/master/lib/Support/Windows/Signals.inc
(Part 1, Part 2 Fixes)
It appears as though the proper offsets for filling the
STACKFRAME64
struct for_M_ARM
/_M_ARM64
are:STACKFRAME64
FieldCONTEXT
ValueAddrPC.Offset
Pc
AddrStack.Offset
Sp
AddrFrame.Offset
Fp
AddrFrame.Offset
R11
And
AddrModeFlat
as theMode
The text was updated successfully, but these errors were encountered: