From: Jeremy S. <js...@mv...> - 2001-12-19 01:59:47
|
Hi folks, I'm copying the gdb stub from sh-ipl+g into the kernel to allow kernel debugging w/o depending on the bootloader; in the process I came across what seem to be some problems handling bad pointers in the kernel code, and in handling unaligned accesses in delay slots. Is there a reason not to apply the following patches for these? (I don't have the whole KGDB thing ready yet, but I've tested these patches at least.) --Jeremy Siegel |