From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18961 invoked by alias); 23 Jan 2006 13:51:31 -0000 Received: (qmail 18952 invoked by uid 22791); 23 Jan 2006 13:51:31 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 23 Jan 2006 13:51:29 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F126P-0003ak-TB; Mon, 23 Jan 2006 08:51:26 -0500 Date: Mon, 23 Jan 2006 15:00:00 -0000 From: Daniel Jacobowitz To: maxim@mox.ru Cc: gdb@sourceware.org Subject: Re: tracepoints Message-ID: <20060123135125.GA13742@nevyn.them.org> Mail-Followup-To: maxim@mox.ru, gdb@sourceware.org References: <6097c490601230332y7c07997ayf469667222e187d2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6097c490601230332y7c07997ayf469667222e187d2@mail.gmail.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00213.txt.bz2 On Mon, Jan 23, 2006 at 02:32:13PM +0300, Maxim Osipov wrote: > Hello, > > Could someone comment on status of tracepoints interface in gdb and > stubs? We plan to invest some effort to have it working in current > gdbserver and wondering, is there any active projects or existing > implementations. I do not know of any publicly available implementation of the stub side. A coworker of mine recently worked with a (proprietary) simulator which implemented the existing tracepoint interface, so I know that the GDB side of the protocol works. Several people have implemented gdbserver support, I think. Unfortunately, none of them were ever finished and contributed back. -- Daniel Jacobowitz CodeSourcery