bhyve -G <port>
- Reply: John Baldwin : "Re: bhyve -G <port>"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Oct 2023 00:21:27 UTC
Any hints on how to use bhyve's -G <port> option to debug a VM kernel? I can connect to it from gdb with "target remote :<port>" & bhyve stops the VM initially but beyond that I am not sure. Ideally this should work just like an in-circuit-emulator, not requiring anything special in the VM or kernel itself. Thanks!