From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9661 invoked by alias); 25 Jun 2008 13:43:52 -0000 Received: (qmail 9652 invoked by uid 22791); 25 Jun 2008 13:43:52 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 13:43:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CD9922A966F; Wed, 25 Jun 2008 09:43:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TxkhpvijpQjM; Wed, 25 Jun 2008 09:43:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 98AA52A966B; Wed, 25 Jun 2008 09:43:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 68B20E7ACD; Wed, 25 Jun 2008 09:43:32 -0400 (EDT) Date: Wed, 25 Jun 2008 14:15:00 -0000 From: Joel Brobecker To: Michael Snyder , gdb-patches@sourceware.org Subject: Re: [RFA] set/show enable-software-singlestep Message-ID: <20080625134332.GF3700@adacore.com> References: <1214331534.3601.1211.camel@localhost.localdomain> <20080624182933.GA12195@caradoc.them.org> <1214335528.3601.1216.camel@localhost.localdomain> <20080625125424.GC3700@adacore.com> <20080625133457.GA8020@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080625133457.GA8020@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00432.txt.bz2 > I think it should already be auto. can-use-software-singlestep is > unintuitive - either do use it, don't use it, or use GDB's best > judgement. And if the user selects to use it and it isn't supported, > that's an error when we next want to singlestep. WDYT? That sounds like a good idea to me, I agree that the feature is a little obscure for someone who's not familiar with the GDB code... -- Joel