From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14916 invoked by alias); 15 Jun 2008 21:51:11 -0000 Received: (qmail 14908 invoked by uid 22791); 15 Jun 2008 21:51:11 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jun 2008 21:50:51 +0000 Received: from HOME-C4E4A596F7 ([84.228.242.237]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2I00IRHYOH0G31@i_mtaout4.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Jun 2008 01:05:19 +0300 (IDT) Date: Sun, 15 Jun 2008 22:19:00 -0000 From: Eli Zaretskii Subject: Re: [non-stop] 09/10 Add "continue -a" and "interrupt -a" In-reply-to: <200806152206.09031.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200806152206.09031.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/msg00291.txt.bz2 > From: Pedro Alves > Date: Sun, 15 Jun 2008 22:06:08 +0100 > > This adds "continue -a" and "interrupt -a" for non-stop mode, > since in non-stop, execution commands apply only to the selected > thread by default. The -a variants allow to resume all stopped > thread, and to interrupt all running threads. Please document this is in the user manual. TIA