From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3661 invoked by alias); 31 Dec 2001 14:09:55 -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 3620 invoked from network); 31 Dec 2001 14:09:52 -0000 Received: from unknown (HELO edcom.no) (194.248.172.30) by sources.redhat.com with SMTP; 31 Dec 2001 14:09:52 -0000 Received: from SVEINSE [194.248.172.13] by edcom.no with ESMTP (SMTPD32-6.06) id A14C184B00B2; Mon, 31 Dec 2001 15:08:12 +0100 From: "Svein Erling Seldal" To: "Quality Quorum" Cc: Subject: RE: remote protocol restart Date: Mon, 31 Dec 2001 06:09:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2001-12/txt/msg00193.txt.bz2 > -----Original Message----- > From: Quality Quorum > Sent: 31. desember 2001 15:01 > > On Mon, 31 Dec 2001, Svein Erling Seldal wrote: > > > Hi all, > > > > I'm working on a remote debugger for a target (C4x) using the > extended-remote protocol. I have one question: > > > > I see the 'r' and 'R' (restart) commands exists. How do you > issue them from gdb? (What do you need to type) > > > > You have to run exteneded-remote target and extended-operations should be > suppoted by your stub on the target. A small misunderstanding :) The target stub is running extended-operation, and extended-remote target is used from gdb already. But, my question is what do I have to type in the GDB command-prompt to restart the target (i.e. that will issue a 'R'/'r' package)? I cannot seem to find a such command. Regards, Svein