aarch64.rs |
|
2950 |
arm.rs |
Intentionally do not save the FPU state here. This is because on
Linux/ARM, one should instead use ptrace(PTRACE_GETFPREGS) or
ptrace(PTRACE_GETVFPREGS) to get it.
Note that a real implementation of getcontext() would need to save
this here to allow setcontext()/swapcontext() to work correctly.
|
1575 |
x86.rs |
return address |
2220 |
x86_64.rs |
The x64 implementation of breakpad_getcontext was derived in part
from the implementation of libunwind which requires the following
notice. |
4057 |