From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28467 invoked by alias); 29 Jun 2008 06:08:34 -0000 Received: (qmail 28457 invoked by uid 22791); 29 Jun 2008 06:08:34 -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; Sun, 29 Jun 2008 06:08:16 +0000 Received: (qmail 18706 invoked from network); 29 Jun 2008 06:08:15 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jun 2008 06:08:15 -0000 From: Vladimir Prus To: tromey@redhat.com Subject: Re: [MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all Date: Sun, 29 Jun 2008 17:37:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sources.redhat.com References: <200806282045.39438.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806291008.17770.vladimir@codesourcery.com> 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/msg00576.txt.bz2 On Saturday 28 June 2008 22:25:54 Tom Tromey wrote: > >>>>> "Vladimir" == Vladimir Prus writes: > > Vladimir> Per MI non-stop spec, continue and interrupt need --all option > Vladimir> to resume every thread. Implemented thusly. OK? > > Vladimir> +void > Vladimir> +interrupt_target_1 (int all_threads) > Vladimir> +{ > Vladimir> + if (non_stop) > Vladimir> + { > > It looks to me like there are 2 extra indentation spaces in this > function's body. You're right, I've fixed this. - Volodya