From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23011 invoked by alias); 9 May 2008 01:47:43 -0000 Received: (qmail 23002 invoked by uid 22791); 9 May 2008 01:47:43 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 May 2008 01:47:23 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1F7BD983F1; Fri, 9 May 2008 01:47:22 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C1A4D98011; Fri, 9 May 2008 01:47:21 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JuHhg-0005yD-WB; Thu, 08 May 2008 21:47:21 -0400 Date: Fri, 09 May 2008 03:08:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [RFC] 09/10 Add "continue --all" Message-ID: <20080509014720.GB22833@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org, Eli Zaretskii References: <200805061649.50105.pedro@codesourcery.com> <200805090236.09903.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805090236.09903.pedro@codesourcery.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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-05/txt/msg00300.txt.bz2 On Fri, May 09, 2008 at 02:36:09AM +0100, Pedro Alves wrote: > And after a bit, it hit me that we use /opt most everywhere > else, so "continue /a" makes more sense? I don't know; personally I do not like it. The other slashed options are all output formatting, even Doug's new /m for disassemble. This one is behavior, not option. Does continue have to handle all threads at once, or is this similar to "thread apply all continue"? We could alias all -> thread apply all. -- Daniel Jacobowitz CodeSourcery