From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2420 invoked by alias); 3 Sep 2003 13:59:34 -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 2409 invoked from network); 3 Sep 2003 13:59:34 -0000 Received: from unknown (HELO smtp8.access.co.jp) (157.78.36.253) by sources.redhat.com with SMTP; 3 Sep 2003 13:59:34 -0000 Received: (qmail 2445 invoked from network); 3 Sep 2003 22:59:32 +0900 Received: from unknown (HELO smtp5.access.co.jp) (157.78.36.243) by 0 with SMTP; 3 Sep 2003 22:59:32 +0900 Received: (qmail 23818 invoked by alias); 3 Sep 2003 22:59:32 +0900 Received: (qmail 23806 invoked from network); 3 Sep 2003 22:59:32 +0900 Received: from unknown (HELO ACCESS3T8NOJPH) (157.78.68.136) by 0 with SMTP; 3 Sep 2003 22:59:32 +0900 Message-ID: <003a01c37223$99dac8e0$88444e9d@access.co.jp> From: "Raja Saleru" To: References: <200309031353.h83DrLc17626@pc960.cambridge.arm.com> Subject: gdb run command Date: Wed, 03 Sep 2003 13:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-09/txt/msg00032.txt.bz2 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