amruth wrote:
This is a limitation of the kgdb which in the mainline sources. The
kgdb core itself can support early debugging.
The kgdboc I/O module does not support early debugging however because
it waits for the tty driver to get setup. There is an 8250_kgdb kernel
module which supports debugging from an ealier point than the kgdboc
driver but this is not in the main line sources. You can get it from
the kgdb branch.
IE:
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=commitdiff_plai...
and
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=commitdiff_plai...
Jason.
--