From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7709 invoked by alias); 17 May 2004 15:36:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7702 invoked from network); 17 May 2004 15:36:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 May 2004 15:36:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i4HFaORm000783 for ; Mon, 17 May 2004 11:36:24 -0400 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i4HFaM025839; Mon, 17 May 2004 11:36:23 -0400 To: Alexandre Courbot Cc: gdb@sources.redhat.com Subject: Re: Using gdb as a trace agent References: <40A8B71B.8030200@lifl.fr> From: Jim Blandy Date: Mon, 17 May 2004 15:36:00 -0000 In-Reply-To: <40A8B71B.8030200@lifl.fr> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-05/txt/msg00100.txt.bz2 Alexandre Courbot writes: > Hello everyone, > > In my quest to get datas out of a program as non-intrusively as > possible (I'm trying to get graphes out of the memory manager of an > embedded operating system), I'm having a close and interested look at > gdb tracepoints. It looks like a great solution, but unfortunately: > > - It only works on remote targets, dixit the manual, How are you communicating with the target? > - Anyway, no remote target supports them. I remember Michael talking about getting the stub tracing code released to the public, but I don't remember what came of that. Michael?