From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12510 invoked by alias); 19 Jul 2006 16:27:24 -0000 Received: (qmail 12429 invoked by uid 22791); 19 Jul 2006 16:27:23 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 19 Jul 2006 16:27:20 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G3EtK-0006BI-0S; Wed, 19 Jul 2006 12:27:18 -0400 Date: Wed, 19 Jul 2006 16:27:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: add bare_board variable Message-ID: <20060719162717.GA23734@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <4489E39C.80900@codesourcery.com> <20060719160421.GA23142@nevyn.them.org> <44BE5B70.4000808@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44BE5B70.4000808@codesourcery.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00259.txt.bz2 On Wed, Jul 19, 2006 at 05:18:56PM +0100, Nathan Sidwell wrote: > >Do you think that start should work for remote targets, and be > >equivalent to "tbreak main; continue" instead of "tbreak main; run"? > >Or maybe it should issue an error instead of trying to run? > > Although 'tbreak main; continue' would be nice, it'll only work after a > load, otherwise the state won't be right. Or, can gdb pull the entry point > address out of the current file and do 'tbreak main; j *' ? It could... but who knows where you'd end up? We've seen that sometimes more of a reset is needed. I guess we should make it issue a sensible error, and allow the test to pass when it sees that error. -- Daniel Jacobowitz CodeSourcery