| 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.
|
1579 |
- |
| loongarch64.rs |
|
1705 |
- |
| riscv64.rs |
|
2436 |
- |
| s390x.rs |
rt_sigprocmask (SIG_BLOCK, NULL, &sc->sc_mask, sigsetsize). |
1592 |
- |
| 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. |
4058 |
- |