CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/13 06:25:09
Modified files:
sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c
Log message:
Load CTF section to enable DDB's "show struct"
Other platforms use libsa's ELFNAME(), e.g., elf64_exec() on amd64,
already to load the kernel's ELF section ".SUNW_ctf".
Adapt ofwboot accordingly to enable ddb(4) on sparc64 as well to utilise
CTF information for commands like "show struct".
Hints from mpi
OK kettenis mpi
