From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21159 invoked by alias); 25 Jun 2008 20:25:16 -0000 Received: (qmail 21140 invoked by uid 22791); 25 Jun 2008 20:25:13 -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; Wed, 25 Jun 2008 20:24:54 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6F68B98366; Wed, 25 Jun 2008 20:24:52 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4AAFD9835A; Wed, 25 Jun 2008 20:24:52 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KBbXv-00006N-HU; Wed, 25 Jun 2008 16:24:51 -0400 Date: Wed, 25 Jun 2008 21:23:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [non-stop] 09/10 Add "continue -a" and "interrupt -a" Message-ID: <20080625202451.GI25575@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <200806152206.09031.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806152206.09031.pedro@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-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-06/txt/msg00455.txt.bz2 On Sun, Jun 15, 2008 at 10:06:08PM +0100, Pedro Alves wrote: > 2008-06-15 Pedro Alves > > Add "continue -a" and "interrupt -a" options for non-stop mode. > > * infcmd.c (proceed_thread_callback, do_context_switch_to): New. > (continue_command): Add "-a" option. > (interrupt_target_command): Add "-a" option. > (_initialize_infcmd): Add extend help of continue and interrupt > command to mention the new "-a" option. Mark "continue" async ok. With documentation, this is OK. -- Daniel Jacobowitz CodeSourcery