From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32516 invoked by alias); 22 Dec 2016 23:51:48 -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 32453 invoked by uid 89); 22 Dec 2016 23:51:47 -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,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=evans, Way, Evans, Things X-HELO: mail-pg0-f67.google.com Received: from mail-pg0-f67.google.com (HELO mail-pg0-f67.google.com) (74.125.83.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Dec 2016 23:51:46 +0000 Received: by mail-pg0-f67.google.com with SMTP id n5so447481pgh.3 for ; Thu, 22 Dec 2016 15:51:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=DxwRegHemjoJRixib7hE/npLlplCG44M8O0EDReaLls=; b=Q1JzrQPPt7pgiq7go36FXG9SOWcM5gtFXY4Y8m/sZziUEXIUlBr6z6suJqQdqebfcz /G9oEJxHx10kukn+LyivAaKdQM3egSP6qmqZGAq4Yh+oCYqSvKzOt87bZ3v/y9rZAfSq MKVU0nyaFep3Mix+51jQkAm1tg27bdeC/+pKccIXLlz0uWr6w2Og/9ST/1ailFFscULj dQwGYtPwybl/7NU1/OAOU+qbUm6R+8+qdFPnztemTbKmSMf+1zHOlxlHyPsVBmDlUQFy R3Y29dh0VaFZMqziBH29BeJgre6JjSvoGSior6JWo7q6GGuWm7lx69mC+3AZYvtzxZjn XmHw== X-Gm-Message-State: AIkVDXLEHzPSnAgDZGk95ns+LNcoKc6hSmstbk+GrASpFnrvjMEeWg/Q6BMZMzlDf0jpKA== X-Received: by 10.84.192.1 with SMTP id b1mr24045876pld.113.1482450704908; Thu, 22 Dec 2016 15:51:44 -0800 (PST) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by smtp.gmail.com with ESMTPSA id a24sm57267712pfh.57.2016.12.22.15.51.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Dec 2016 15:51:44 -0800 (PST) From: Doug Evans To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH 2/2] Replace address and aspace with thread in struct step_over_info References: <1460726961-27486-1-git-send-email-yao.qi@linaro.org> <1460726961-27486-3-git-send-email-yao.qi@linaro.org> <57160BDA.4090104@redhat.com> <86a8kpk8k1.fsf@gmail.com> <5717C47A.9090905@redhat.com> Date: Thu, 22 Dec 2016 23:51:00 -0000 In-Reply-To: <5717C47A.9090905@redhat.com> (Pedro Alves's message of "Wed, 20 Apr 2016 19:03:38 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00387.txt.bz2 Pedro Alves writes: > On 04/20/2016 07:01 PM, Doug Evans wrote: > >> A good place for a comment explaining Why Things Are The Way They Are. >> >> Not sure how you want to word this. > > That looks just fine to me. Thanks. Committed.