tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
debugging GENERIC: set better defaults?
Is there any reason that we do not build all of the GENERIC kernels with
makeoptions DEBUG="-g" ? Also, is there any reason that MKCROSSGDB=yes
is not the default for most/all ports[*]?
DEBUG="-g" produces a kernel with debugging symbols at
compile/GENERIC/netbsd.gdb. build.sh strips 'netbsd.gdb' to create a
compact 'netbsd' file, so you don't have to install and run the bloated
debug kernel if you don't want to. netbsd.gdb is still useful for
examining a core dump, and for converting addresses read from ddb(4)
into names, using the cross-debugger.
Dave
[*] I know that at one time, MKCROSSGDB was broken on evbarm, but that
may have been fixed, since.
--
David Young OJC Technologies
dyoung%ojctech.com@localhost Urbana, IL * (217) 278-3933 ext 24
Home |
Main Index |
Thread Index |
Old Index