From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9145 invoked by alias); 20 Oct 2009 08:20:26 -0000 Received: (qmail 9137 invoked by uid 22791); 20 Oct 2009 08:20:25 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.redpinesignals.com (HELO mail.redpinesignals.com) (203.196.161.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 08:20:21 +0000 Received: from [192.168.40.84] ([192.168.40.84]) (authenticated user sumanth.gundapneni@redpinesignals.com) by mail.redpinesignals.com for gdb@sourceware.org; Tue, 20 Oct 2009 13:40:07 +0530 Message-ID: <4ADD70C8.2040800@redpinesignals.com> Date: Tue, 20 Oct 2009 09:06:00 -0000 From: sumanth User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: gdb Subject: TRACE implementation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00315.txt.bz2 Hi, I am trying to implement trace in my port. Can anyone point me where in gdb source I can refer to? Any helpful documents. Once my trace is implemented , I have data in trace buffer. How can I convert the data from trace buffer and display it to user. Heard there are 3rd party tools which comes in handy . If any , please mail me. (preferably some gdb gui). PS: I am novice in gdb implementation . Thanks, Sumanth G