From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25434 invoked by alias); 19 May 2004 21:36:30 -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 25418 invoked from network); 19 May 2004 21:36:29 -0000 Received: from unknown (HELO smtp800.mail.ukl.yahoo.com) (217.12.12.142) by sourceware.org with SMTP; 19 May 2004 21:36:29 -0000 Received: from unknown (HELO srce) (gdb@sources.redhat.com@217.43.124.170 with poptime) by smtp800.mail.ukl.yahoo.com with SMTP; 19 May 2004 21:13:31 -0000 From: "Jon Beniston" To: "'Daniel Jacobowitz'" Cc: Subject: RE: Remote/simulator differences Date: Wed, 19 May 2004 21:36:00 -0000 Message-ID: <000f01c43de6$22bf6ec0$04bda8c0@srce> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20040519192527.GA24049@nevyn.them.org> X-SW-Source: 2004-05/txt/msg00135.txt.bz2 > > What's causing it to think that the program has already > been started? > > Is it possible that something in the remote stub is causing > this? Any > > insight would be appreciated. I'm using GDB 6.0. > > For remote, the appropriate command is "continue", or > sometimes "jump". > It depends on your particular target and monitor. Okay. I have hacked eclipse to take this into account. It works, but I guess I was hoping for something a little cleaner (at least from eclipse's perspective). Cheers, JonB