emulators/virtualbox-ose-kmod: DEBUG option does nothing?
Andriy Gapon
avg at freebsd.org
Sun Jun 20 06:44:21 UTC 2010
It looks like setting DEBUG option in config dialog of
emulators/virtualbox-ose-kmod doesn't result in any debugging flags being passed
to actual module(s) make.
Perhaps, src/VBox/HostDrivers/freebsd/Makefile or a kbuild/make-file above need
to set DEBUG_FLAGS if KBUILD_TYPE is "debug".
Further, building with debug symbols would result in "*.ko" and "*.ko.symbols"
files produced. Right now only the former are installed, there is no provision
for installing symbols files. And without them debug symbols will not be available.
Last, it would be neat to add a port config option to enable building modules
with CTF, so that they could be examined with dtrace.
Thanks!
--
Andriy Gapon
More information about the freebsd-emulation
mailing list