On Wed, Aug 01, 2001 at 01:22:33PM +0200, Lars Munch Christensen wrote:
> As I have mentioned previously on this list, I'm writing
> a small mips64 microkernel for the malta board. The malta
> has a remote gdb interface in YAMON, but I have not succeeded
> in remote debugging my kernel yet. Is there a recommended
> gdb version that I should use to debug mips64 code?
>
> I have got it as far as downloading the kernel and jumping to the
> kernel entry, but from there I'm only able to execute the
> program, but not single step or anything else.
Checkout arch/mips/kernel/gdb-* in the Linux kerne; it's all you need in
your OS. Assuming your code is also GPL transplanting should be doable
very quickly.
Ralf
PS: I assume you're microkernel is Linux otherwise we'd be off-topic here :-)
|