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

From: Hui Zhu
Date: Sat Sep 04 2010 - 05:10:34 EST


On Sat, Sep 4, 2010 at 17:01, Steven <mqyoung@xxxxxxxxx> wrote:
> Dear Hui,
>
> Thank you verch much!
> My board is 64-bit MIPS, is KGTP available on 64-bit MIPS?
>
>

The code is done. But it isn't be tested. Maybe you can be the first
mips64 user. :)

Thanks,
Hui


> 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/