From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11374 invoked by alias); 21 Dec 2013 21:26:45 -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 11363 invoked by uid 89); 21 Dec 2013 21:26:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f176.google.com Received: from mail-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 21 Dec 2013 21:26:43 +0000 Received: by mail-ob0-f176.google.com with SMTP id vb8so4112715obc.7 for ; Sat, 21 Dec 2013 13:26:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.155.135 with SMTP id vw7mr11982821oeb.9.1387661201635; Sat, 21 Dec 2013 13:26:41 -0800 (PST) Received: by 10.182.158.163 with HTTP; Sat, 21 Dec 2013 13:26:41 -0800 (PST) In-Reply-To: <52A9EE5A.7070803@gmail.com> References: <51CDBD48.6010903@gmail.com> <87k3k7kbdy.fsf@fleche.redhat.com> <528A0A83.1080203@gmail.com> <52931CEC.7040407@redhat.com> <52A60249.5010909@gmail.com> <52A6F543.9040201@redhat.com> <52A9EE5A.7070803@gmail.com> Date: Sat, 21 Dec 2013 21:26:00 -0000 Message-ID: Subject: Re: [PATCH v2] Events when inferior is modified From: Nick Bull To: gdb-patches@sourceware.org, Phil Muldoon Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-12/txt/msg00858.txt.bz2 On 12 December 2013 17:11, Nick Bull wrote: > On 10/12/13 11:04, Phil Muldoon wrote: >> >> [ issues ] Ping? I think the updates to the patch address everything that's been raised so far. Nick