From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11151 invoked by alias); 7 Jan 2002 09:30:06 -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 11059 invoked from network); 7 Jan 2002 09:29:59 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 7 Jan 2002 09:29:59 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA10154; Mon, 7 Jan 2002 11:28:22 +0200 (IST) Date: Mon, 07 Jan 2002 01:30:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Elena Zannoni cc: Jeongsi Kim , gdb@sources.redhat.com Subject: Re: How to use tracepoint in GDB5.1 In-Reply-To: <15416.64602.765511.791377@localhost.cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00049.txt.bz2 On Sun, 6 Jan 2002, Elena Zannoni wrote: > > "Target does not support this command." > > > > Please let me know how can I use GDB tracepoint correctly and > > does tracepoint function in current GDB 5.1 work fully. > > Your remote target must know how to collect data. This functionality > is implemented by the remote stub. I don't think there is any publicly > available stub that support tracepoints at the moment. Thanks, I fixed the manual to make this clear.