From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40821 invoked by alias); 25 Sep 2016 12:41:15 -0000 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 Received: (qmail 40801 invoked by uid 89); 25 Sep 2016 12:41:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*r:112 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 25 Sep 2016 12:41:04 +0000 Received: by simark.ca (Postfix, from userid 112) id DD9141E128; Sun, 25 Sep 2016 08:41:02 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id CD5051E0F5; Sun, 25 Sep 2016 08:41:01 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 26 Sep 2016 02:25:00 -0000 From: Simon Marchi To: Eli Zaretskii Cc: gdb-patches@sourceware.org, antoine.tremblay@ericsson.com Subject: Re: [PATCH v3 1/2] Emit inferior, thread and frame selection events to all UIs In-Reply-To: <83eg48btck.fsf@gnu.org> References: <20160924201331.23605-1-simon.marchi@polymtl.ca> <83eg48btck.fsf@gnu.org> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.0 X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00326.txt.bz2 On 2016-09-24 22:34, Eli Zaretskii wrote: >> From: Simon Marchi >> Cc: Antoine Tremblay >> Date: Sat, 24 Sep 2016 16:13:30 -0400 >> >> From: Antoine Tremblay >> >> New in v3: >> >> * Isolate the complicated =thread-selected printing logic from >> mi_execute_command in command_notifies_uscc_observer. Add >> comments to explain rationale. > > Thanks, the documentation parts are approved. Thanks!