From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28438 invoked by alias); 4 Sep 2010 09:01:46 -0000 Received: (qmail 28240 invoked by uid 22791); 4 Sep 2010 09:01:45 -0000 X-SWARE-Spam-Status: No, hits=-1.6 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-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Sep 2010 09:01:39 +0000 Received: by pvc30 with SMTP id 30so1600436pvc.0 for ; Sat, 04 Sep 2010 02:01:37 -0700 (PDT) Received: by 10.142.104.10 with SMTP id b10mr187683wfc.197.1283590897764; Sat, 04 Sep 2010 02:01:37 -0700 (PDT) Received: from [192.168.1.239] ([202.201.14.141]) by mx.google.com with ESMTPS id t11sm320821wfc.10.2010.09.04.02.01.33 (version=SSLv3 cipher=RC4-MD5); Sat, 04 Sep 2010 02:01:36 -0700 (PDT) Subject: Re: Linux Kernel GDB tracepoint module 2010-8-30 release From: Steven To: Hui Zhu Cc: "gdb@sourceware.org" , linux-kernel@vger.kernel.org, Michael Snyder , Marc Khouzam , Thiago Jung Bauermann , "Frank Ch. Eigler" In-Reply-To: References: <1283504768.2100.43.camel@steven> Content-Type: text/plain; charset="UTF-8" Date: Sat, 04 Sep 2010 09:01:00 -0000 Message-ID: <1283590891.1685.41.camel@steven> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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/msg00024.txt.bz2 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