From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25245 invoked by alias); 20 Nov 2014 00:21: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 25232 invoked by uid 89); 20 Nov 2014 00:21:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-vc0-f181.google.com Received: from mail-vc0-f181.google.com (HELO mail-vc0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 20 Nov 2014 00:21:46 +0000 Received: by mail-vc0-f181.google.com with SMTP id le20so883375vcb.40 for ; Wed, 19 Nov 2014 16:21:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vibCkL/AH9IMyBPcA+Z4a3eFVGOyVXNvNBhSWbY0Lr4=; b=h4/+Tdw6wCoeszRxondgg8JrVpqqEmUTB5M7U6Qn+HvY8gI3Q08gqn2AhL/kWiklYZ k7KW8g7Ui1r+vKAN3bGY8JQ0wM93RRXhpOLEjkVgP0oFx8IiNX5yFM4Z5tlxV4fh7YLx 4IlUXxVH648asl056LScSCuVuhNJCm1ciS2Iv9IzSAC/WZyF5w+1yYV9QHUXwh0qHYa/ iBaNUJK7HK+vaw7GHeVKlQpcTPS90VON2CIiDkmO2DSCEmEJJrfZwbjgTjqfqYhyTS1D g+OclmDJ0Saj1ywRDMKWF/ykh0cIOF2NSa1uh+j0Q1w8P5+8Yf0VRkSK+TvHcWQcWNCW 7OkQ== X-Gm-Message-State: ALoCoQkrQichAHIOTki8pYRbQXA0e4dznqYXGSSWd16ViSeKBA8zBI9hOo8X8dkEMJhfFYssX/ap MIME-Version: 1.0 X-Received: by 10.52.111.202 with SMTP id ik10mr2135744vdb.48.1416442904556; Wed, 19 Nov 2014 16:21:44 -0800 (PST) Received: by 10.52.114.101 with HTTP; Wed, 19 Nov 2014 16:21:44 -0800 (PST) In-Reply-To: <546B75B9.1050407@gmail.com> References: <5419C597.4000300@gmail.com> <542C3F4D.70104@redhat.com> <5441432B.5040103@gmail.com> <21569.29405.219428.940000@ruffy.mtv.corp.google.com> <21569.30068.738159.240720@ruffy.mtv.corp.google.com> <5447A5A1.7040708@gmail.com> <546A3AD5.7020508@gmail.com> <546B75B9.1050407@gmail.com> Date: Thu, 20 Nov 2014 00:21:00 -0000 Message-ID: Subject: Re: [PATCH v8] Events when inferior is modified From: Doug Evans To: Nick Bull Cc: gdb-patches , Pedro Alves Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00447.txt.bz2 On Tue, Nov 18, 2014 at 8:37 AM, Nick Bull wrote: > On 17/11/14 21:24, Doug Evans wrote: >> Hi. >> >> Let's go with ptids. > > Doug, > > Thanks. So is this version of the patch now good to apply? Note that I don't have > push access so will need someone to commit it on my behalf. Hi. I gave the patch one last look-over. It's almost good to apply but what remains is whitespace and a file name change. I wouldn't expect to find the register/memory change events in py-infcallevent.c so how about naming the file py-infevents.c? I'll make those changes and commit. [Saves you a round trip.]