From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6688 invoked by alias); 8 Aug 2002 19:09:02 -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 6550 invoked from network); 8 Aug 2002 19:08:59 -0000 Received: from unknown (HELO rm-rstar.sfu.ca) (142.58.120.21) by sources.redhat.com with SMTP; 8 Aug 2002 19:08:59 -0000 Received: from fraser.sfu.ca (btlee@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.12.3/8.12.3/SFU-6.0H) with ESMTP id g78J8vmC023006 for ; Thu, 8 Aug 2002 12:08:57 -0700 (PDT) Received: from localhost (btlee@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id MAA23316 for ; Thu, 8 Aug 2002 12:08:56 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: btlee owned process doing -bs Date: Thu, 08 Aug 2002 12:09:00 -0000 From: Benjamin Tze-Kit Lee To: gdb@sources.redhat.com Subject: doing tracepoint on remote target through gdbserver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00075.txt.bz2 Hi all, I am trying to do tracepoint on a program through remote target debugging. Everything seems to work as I am able to do remote debugging using breakpoints through gdb on the host and gdbserver on the target. But when I try to do "tstart" on the program, it gives me the message "Target does not support this command.". Is there a specific way to turn on the tracepoint option when I compile gdbserver? Or what could be the problem? Please help me out on this. Thank you very much. Benjamin Lee