In article <fE0k0UG1wmlzClqkcXTSlCKDXLOE2A2fT_hKrToe8NqVWmOtDvafDuQkpRRqZVs2xQinXYVXFEsiriwb2CGbYaO75323O-sC57toE2xMsNk=@protonmail.com>, pin <void...@protonmail.com> wrote: > > >Sent with ProtonMail Secure Email. > >âââââââ Original Message âââââââ > >On Friday, January 14th, 2022 at 12:15 PM, Martin Husemann ><mar...@duskware.de> wrote: > > >> The debug information moved, it is now stored in an external debug file >> >> in /usr/libdata/debug. >> >> Martin > >Thank you! >But, where is netbsd.gdb located? I can't find it. >I used to run > ># gdb --eval-command="file /netbsd.gdb" --eval-command="target kvm >netbsd.0.core" --eval-command "bt" > >What should I run now instead?
If you have MKDEBUG set in your build or have installed the debug sets: # gdb --eval-command="file /netbsd" --eval-command="target kvm Now, there should be also be a netbsd.gdb in the sets if you have MKDEBUGKERNEL defined. christos christos