From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7078 invoked by alias); 4 Sep 2010 09:10:30 -0000 Received: (qmail 7064 invoked by uid 22791); 4 Sep 2010 09:10:29 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Sep 2010 09:10:24 +0000 Received: by wyb36 with SMTP id 36so3165777wyb.0 for ; Sat, 04 Sep 2010 02:10:22 -0700 (PDT) Received: by 10.216.11.131 with SMTP id 3mr1738744wex.92.1283591422438; Sat, 04 Sep 2010 02:10:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.181.213 with HTTP; Sat, 4 Sep 2010 02:10:02 -0700 (PDT) In-Reply-To: <1283590891.1685.41.camel@steven> References: <1283504768.2100.43.camel@steven> <1283590891.1685.41.camel@steven> From: Hui Zhu Date: Sat, 04 Sep 2010 09:10:00 -0000 Message-ID: Subject: Re: Linux Kernel GDB tracepoint module 2010-8-30 release To: Steven Cc: "gdb@sourceware.org" , linux-kernel@vger.kernel.org, Michael Snyder , Marc Khouzam , Thiago Jung Bauermann , "Frank Ch. Eigler" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00025.txt.bz2 On Sat, Sep 4, 2010 at 17:01, Steven 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. =A0I >> > 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 > >