From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21537 invoked by alias); 19 Jul 2006 16:04:30 -0000 Received: (qmail 21520 invoked by uid 22791); 19 Jul 2006 16:04:29 -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:04:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G3EX7-00062I-4X; Wed, 19 Jul 2006 12:04:21 -0400 Date: Wed, 19 Jul 2006 16:04:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: add bare_board variable Message-ID: <20060719160421.GA23142@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <4489E39C.80900@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4489E39C.80900@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/msg00257.txt.bz2 On Fri, Jun 09, 2006 at 10:09:48PM +0100, Nathan Sidwell wrote: > This patch adds a bare_board target_info variable to skip a couple of tests that > presume some kind of OS is running. I don't really like this. They don't presume "some OS"; the presume OS's with specific capabilities. auxv.exp will only pass on Linux and solaris2; a target test would be OK. Want to do that? Just istarget; they should pass even for remote targets. I recently modified gdb1555.exp in such a way that I don't think your patch is necessary any more. > The start.exp test doesn't work when a gdb stub is being used. 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? -- Daniel Jacobowitz CodeSourcery