summaryrefslogtreecommitdiff
path: root/sys/arch/aarch64/include/pcb.h
AgeCommit message (Collapse)Author
2018-12-27make savecore for arm64 basically work.mrg
- move MD lwp "md_ktf" member into struct pcb. the pcb is used by the gdb "bsd-kvm" target code to find the stack of each thread and needs to be available in a well known location. - implement aarch64_nbsd_supply_pcb() in GDB. makes basic gdb work on a crash dump. - remove '#if L_MD_KTF + 8 == L_MD_CPACR' conditional code, as there is no more L_MD_KTF. with this gdb has minimal working functionality with "target kvm", and crash can at least "ps" on a crash dump. ok skrll.
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
Enough for a distribution build.