From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1667 invoked by alias); 8 Jan 2014 11:36:53 -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 1656 invoked by uid 89); 8 Jan 2014 11:36:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f51.google.com Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 08 Jan 2014 11:36:52 +0000 Received: by mail-wg0-f51.google.com with SMTP id z12so1112830wgg.18 for ; Wed, 08 Jan 2014 03:36:49 -0800 (PST) X-Received: by 10.180.20.33 with SMTP id k1mr20876399wie.34.1389181008864; Wed, 08 Jan 2014 03:36:48 -0800 (PST) Received: from [192.168.123.180] (ssh.greglaw.net. [82.71.15.62]) by mx.google.com with ESMTPSA id ot9sm38576243wjc.0.2014.01.08.03.36.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jan 2014 03:36:48 -0800 (PST) Message-ID: <52CD384F.60501@gmail.com> Date: Wed, 08 Jan 2014 11:36:00 -0000 From: Nick Bull User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH v4] Events when inferior is modified References: <52C2F2C0.3010201@gmail.com> <52C67EA7.4070406@redhat.com> <52CAA46B.6080101@gmail.com> In-Reply-To: <52CAA46B.6080101@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00197.txt.bz2 On 06/01/14 12:41, Nick Bull wrote: > This is a small update to fix gdb.texinfo and add a doc/ChangeLog > entry, as noted by Eli. There don't seem to be any more comments (thanks to Eli and Phil in particular for reviewing). Maintainers, is this OK now? Thanks Nick