From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23465 invoked by alias); 16 Aug 2010 20:06:03 -0000 Received: (qmail 23443 invoked by uid 22791); 16 Aug 2010 20:05:56 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Aug 2010 20:05:22 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L7900800GSQ0F00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Aug 2010 23:05:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.220.100]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L79007LSH4SM060@a-mtaout20.012.net.il>; Mon, 16 Aug 2010 23:05:17 +0300 (IDT) Date: Mon, 16 Aug 2010 20:06:00 -0000 From: Eli Zaretskii Subject: Re: RFA: Update NEWS for watch -location In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aaoms4u3.fsf@gnu.org> References: X-IsSubscribed: yes 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/msg00244.txt.bz2 > From: Tom Tromey > Date: Mon, 16 Aug 2010 13:35:41 -0600 > > +* The "watch" command now accepts an optional "-location" argument. > + When used, this causes gdb to watch the memory referred to by the ^^^ GDB > + expression. I would add something like "Such a watchpoint is never deleted due to it going out of scope." Thanks.