Add trivial 32-bit arm cores on aarch64 support for gcore. This doesn't handle fpregs.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 26953 Build 25255: arc lint + arc unit
Event Timeline
usr.bin/gcore/elf32core.c | ||
---|---|---|
40 | 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. |