From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29384 invoked by alias); 30 Aug 2010 07:07:16 -0000 Received: (qmail 29235 invoked by uid 22791); 30 Aug 2010 07:07:15 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_SV X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Aug 2010 07:06:56 +0000 Received: by ewy28 with SMTP id 28so3473531ewy.0 for ; Mon, 30 Aug 2010 00:06:51 -0700 (PDT) Received: by 10.216.165.77 with SMTP id d55mr4613858wel.23.1283152011296; Mon, 30 Aug 2010 00:06:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.186.205 with HTTP; Mon, 30 Aug 2010 00:00:17 -0700 (PDT) From: Hui Zhu Date: Mon, 30 Aug 2010 07:07:00 -0000 Message-ID: Subject: Linux Kernel GDB tracepoint module 2010-8-30 release To: "gdb@sourceware.org" , linux-kernel@vger.kernel.org Cc: Michael Snyder , Marc Khouzam , Thiago Jung Bauermann , mqyoung@gmail.com Content-Type: text/plain; charset=ISO-8859-1 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-08/txt/msg00163.txt.bz2 http://kgtp.googlecode.com/files/kgtp_20100830.tar.bz2 or svn co https://kgtp.googlecode.com/svn/tags/20100830 to get it. Fix bug in ref16, ref32, ref64 in issue https://code.google.com/p/kgtp/issues/detail?id=2 Fix bug that disable some tracepoint will make "tstart" get error. Support qtstatus. Then KGTP support GDB command "tstatus". Add support for "make install" and "make uninstall". Add support for qtro. Fix a bug about GTP_GDBRSP_REG_SIZE. Change gtp_list make it more efficient. Please goto http://code.google.com/p/kgtp/wiki/HOWTO to get more info about how to use KGTP.