Add trivial 32-bit arm cores on aarch64 support for gcore. This doesn't handle fpregs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/gcore/elf32core.c | ||
---|---|---|
40 ↗ | (On Diff #63057) | I think you want to use rs->x[13] here. The comment in fill_regs32 in sys/arm64/arm64/machdep.c is useful: /* For arm32, SP is r13 and LR is r14 */ You probably also want to set r_lr to rs->x14. |