From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30970 invoked by alias); 29 Feb 2008 10:10:40 -0000 Received: (qmail 30960 invoked by uid 22791); 29 Feb 2008 10:10:40 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Feb 2008 10:10:13 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-203-69.inter.net.il [80.230.203.69]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JIM62762 (AUTH halo1); Fri, 29 Feb 2008 12:07:35 +0200 (IST) Date: Fri, 29 Feb 2008 10:11:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org, jimb@red-bean.com In-reply-to: <20080228161749.GA31695@caradoc.them.org> (message from Daniel Jacobowitz on Thu, 28 Feb 2008 11:17:49 -0500) Subject: Re: [rfc] Allow watchpoints on inaccessible memory Reply-to: Eli Zaretskii References: <20070821142500.GA28295@caradoc.them.org> <20080228161749.GA31695@caradoc.them.org> 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: 2008-02/txt/msg00493.txt.bz2 > Date: Thu, 28 Feb 2008 11:17:49 -0500 > From: Daniel Jacobowitz > Cc: Eli Zaretskii , Jim Blandy > > Eli, is the NEWS entry OK? Yes, but I think we should mention this feature in the manual as well. Btw, are there any command, either CLI or MI, that print the current value of the watched expression? If there are, we need to fix them somehow in the case struct value is NULL. Also, maybe we should display in "info break" in this case, like we do with breakpoints.