From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21784 invoked by alias); 15 Sep 2008 02:44:28 -0000 Received: (qmail 21775 invoked by uid 22791); 15 Sep 2008 02:44:28 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.113.40.141) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Sep 2008 02:43:53 +0000 Received: from mailhost5.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id CBA9A6A28; Sun, 14 Sep 2008 19:43:51 -0700 (PDT) Received: from PA-EXCAHT01.vmware.com (pa-excaht01.vmware.com [10.16.67.175]) by mailhost5.vmware.com (Postfix) with ESMTP id A4F29DC08E; Sun, 14 Sep 2008 19:43:51 -0700 (PDT) Received: from pa-excaht11.vmware.com (10.113.81.197) by PA-EXCAHT01.vmware.com (10.16.67.175) with Microsoft SMTP Server (TLS) id 8.1.263.0; Sun, 14 Sep 2008 19:43:51 -0700 Received: from PA-EXMBX14.vmware.com ([10.113.81.216]) by pa-excaht11.vmware.com ([10.113.81.197]) with mapi; Sun, 14 Sep 2008 19:43:51 -0700 From: Michael Snyder To: J R , Daniel Jacobowitz CC: "ppluzhnikov@google.com" , "gdb@sourceware.org" Date: Mon, 15 Sep 2008 02:44:00 -0000 Subject: RE: Problem starting trace experiment with gdb and TSIM-LEON3 Message-ID: <09B97D2C4B49DF409E2D018999AC6FE115B42A89A9@PA-EXMBX14.vmware.com> References: <1221320962.48cbe102e923e@imp.free.fr> <20080913170629.GA14221@caradoc.them.org> <1221343507.48cc3913b3c2f@imp.free.fr>,<1221382027.48cccf8bcfcb7@imp.free.fr> In-Reply-To: <1221382027.48cccf8bcfcb7@imp.free.fr> Accept-Language: en-US Content-Language: en-US acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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: 2008-09/txt/msg00085.txt.bz2 Probably what's wrong is that the target does not support tracepoints. ________________________________________ From: gdb-owner@sourceware.org [gdb-owner@sourceware.org] On Behalf Of J R = [jreiver@free.fr] Sent: Sunday, September 14, 2008 1:47 AM To: Daniel Jacobowitz Cc: ppluzhnikov@google.com; gdb@sourceware.org Subject: Re: Problem starting trace experiment with gdb and TSIM-LEON3 Hi again, After upgrading to GDB 6.8 (with RCC-1.1.0 for RTEMS 4.8), I still get that tricky message from sparc-rtems-gdb: (gdb) tstart Target does not support this command. What's wrong now? J R > > > > > (gdb) target extended-remote localhost:1234 > > > > > (gdb) tstart > > > Trace can only be run on remote targets. > > > > This bug was fixed after GDB 6.3; please upgrade. > > > > -- > > Daniel Jacobowitz > > CodeSourcery > > > > >