On Sat, Jan 15, 2022 at 02:43:43PM +0000, pin wrote: > > # gdb --eval-command="file /netbsd" --eval-command="target kvm > > Do you mean the debug symbols are baked into the kernel now?
No, they are in an external debug symbols file. The file name is something like netbsd-GENERIC.debug and it should be in /usr/libdata/debug/ (if you have installed the debug set). But gdb should know how to find them if you just point at /netbsd. Martin
