From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14126 invoked by alias); 25 Jun 2008 14:15:03 -0000 Received: (qmail 14062 invoked by uid 22791); 25 Jun 2008 14:15:01 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 14:14:42 +0000 Received: (qmail 29477 invoked from network); 25 Jun 2008 14:14:40 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Jun 2008 14:14:40 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] set/show enable-software-singlestep Date: Wed, 25 Jun 2008 14:33:00 -0000 User-Agent: KMail/1.9.9 Cc: Daniel Jacobowitz , Joel Brobecker , Michael Snyder References: <1214331534.3601.1211.camel@localhost.localdomain> <20080625125424.GC3700@adacore.com> <20080625133457.GA8020@caradoc.them.org> In-Reply-To: <20080625133457.GA8020@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806251514.40869.pedro@codesourcery.com> X-IsSubscribed: yes 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/msg00434.txt.bz2 A Wednesday 25 June 2008 14:34:57, Daniel Jacobowitz wrote: > > 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? Well, not really auto. If a ARM stub does software singlestepping itself (say we add it to gdbserver), gdb will still do software single-stepping (breakpoint dance), wont it? > I agree with Joel; if we want to have the user knob at all, no gain in > hiding it. To be clear, I'm not against the knob, FWIW. -- Pedro Alves