tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ddb extra lacking on mips



Martin mentioned it's probably because the kernel is loaded by PMON
(firmware bootloader which speaks ELF) which might be passing the
symbols differently or not at all.

Adding
makeoptions	COPY_SYMTAB=1	# size for embedded symbol table

seemed to do the trick, I can even use 'bt' now! :)


Home | Main Index | Thread Index | Old Index