From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24986 invoked by alias); 16 Aug 2010 19:35:49 -0000 Received: (qmail 24977 invoked by uid 22791); 16 Aug 2010 19:35:49 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Aug 2010 19:35:44 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7GJZhNK006568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Aug 2010 15:35:43 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7GJZhq2020575; Mon, 16 Aug 2010 15:35:43 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o7GJZgIp010354; Mon, 16 Aug 2010 15:35:42 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id DDB89378196; Mon, 16 Aug 2010 13:35:41 -0600 (MDT) From: Tom Tromey To: gdb-patches@sourceware.org Subject: RFA: Update NEWS for watch -location Date: Mon, 16 Aug 2010 19:35:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2010-08/txt/msg00239.txt.bz2 I forgot to write a NEWS entry for the watch -location patch. How's this? Tom 2010-08-16 Tom Tromey * NEWS: Mention watch -location. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.397 diff -u -r1.397 NEWS --- NEWS 3 Aug 2010 09:38:16 -0000 1.397 +++ NEWS 16 Aug 2010 19:34:46 -0000 @@ -21,6 +21,10 @@ information and can be used to greatly speed up GDB startup and operation. See the documentation for `save gdb-index' for details. +* The "watch" command now accepts an optional "-location" argument. + When used, this causes gdb to watch the memory referred to by the + expression. + *** Changes in GDB 7.2 * Shared library support for remote targets by default