Re: Linux Kernel GDB tracepoint module 2010-8-30 release

From: Steven
Date: Sat Sep 04 2010 - 05:01:43 EST


Dear Hui,

Thank you verch much!
My board is 64-bit MIPS, is KGTP available on 64-bit MIPS?


Best Regards,
Steven


On Sat, 2010-09-04 at 15:47 +0800, Hui Zhu wrote:
> > The MIPS support that you interest is check in to the KGTP truck. I
> > just try it with a mips32el board.
> > To cross-compile it, you need set the CROSS_COMPILE ,KERNELDIR and
> > ARCH in Makefile.
>
> Forgot 1 thing, if you want remote debug the MIPS board, you can use
> call netcat in board for example:
> nc -l -p 1234 < /proc/gtp > /proc/gtp
>
> And debug with GDB command:
> target remote board_ip:1234

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/