From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5264 invoked by alias); 3 Sep 2003 14:02:39 -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 5256 invoked from network); 3 Sep 2003 14:02:38 -0000 Received: from unknown (HELO motgate3.mot.com) (144.189.100.103) by sources.redhat.com with SMTP; 3 Sep 2003 14:02:38 -0000 Received: from il06exr02.mot.com (il06exr02.mot.com [129.188.137.132]) by motgate3.mot.com (Motorola/Motgate3) with ESMTP id h83E2aXE022841 for ; Wed, 3 Sep 2003 07:02:37 -0700 (MST) Received: from udc.urbana.css.mot.com (udc.urbana.css.mot.com [192.88.153.21]) by il06exr02.mot.com (Motorola/il06exr02) with ESMTP id h83E2YVo003958 for ; Wed, 3 Sep 2003 09:02:34 -0500 Received: from tmclinux.urbana.css.mot.com (tmclinux.urbana.css.mot.com [192.88.153.36]) by udc.urbana.css.mot.com (8.11.7+Sun/8.11.6) with ESMTP id h83E2YO19792; Wed, 3 Sep 2003 09:02:34 -0500 (CDT) X-POPI: The contents of this message are Motorola Internal Use Only (MIUO) unless indicated otherwise in the message. Received: (from tcombs@localhost) by tmclinux.urbana.css.mot.com (8.11.6/8.11.6) id h83E2YJ12814; Wed, 3 Sep 2003 09:02:34 -0500 Date: Wed, 03 Sep 2003 14:02:00 -0000 From: Tim Combs To: Raja Saleru Cc: gdb@sources.redhat.com Subject: Re: gdb run command Message-ID: <20030903090234.F12202@urbana.css.mot.com> References: <200309031353.h83DrLc17626@pc960.cambridge.arm.com> <003a01c37223$99dac8e0$88444e9d@access.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <003a01c37223$99dac8e0$88444e9d@access.co.jp>; from iap_sraja@access.co.jp on Wed, Sep 03, 2003 at 10:59:32PM +0900 X-SW-Source: 2003-09/txt/msg00033.txt.bz2 Typically with remote debugging, use the "continue" command. Tim On Wed, Sep 03, 2003 at 10:59:32PM +0900, Raja Saleru wrote: > Hello, I am asking very poor question. > > The gdb "run" command does it ment only for debugging the application on > stand alone machine or can be used while remote debugging ? > > while remote debugging, by using the "run" command I observer the following > message, even I didnot started running. > > The program being debugged has been started already. > Start it from the beginning? (y or n) > > - regards > raja >