From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14818 invoked by alias); 23 Oct 2006 04:11:57 -0000 Received: (qmail 14810 invoked by uid 22791); 23 Oct 2006 04:11:56 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 23 Oct 2006 04:11:55 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-154-208.inter.net.il [80.230.154.208]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EZG25069 (AUTH halo1); Mon, 23 Oct 2006 06:11:52 +0200 (IST) Date: Mon, 23 Oct 2006 04:11:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: dewar@adacore.com, rodney.bates@wichita.edu, gdb@sourceware.org In-reply-to: <20061022231847.GA31942@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 22 Oct 2006 19:18:47 -0400) Subject: Re: breakpoint for accessing memory location Reply-to: Eli Zaretskii References: <20061021155125.GA9177@nevyn.them.org> <20061021223200.GA21012@nevyn.them.org> <20061022042230.GA28995@nevyn.them.org> <453B61AD.7030605@adacore.com> <20061022222142.GA30437@nevyn.them.org> <20061022231847.GA31942@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00210.txt.bz2 > Date: Sun, 22 Oct 2006 19:18:47 -0400 > From: Daniel Jacobowitz > Cc: dewar@adacore.com, rodney.bates@wichita.edu, gdb@sourceware.org > > > Trouble? what trouble? Just sample the value of the expression for > > several random values of the variables, and if the value doesn't > > change, consider it constant. > > Was this sarcasm? If not, please consider "watch p != 42" for a couple > of random values of p. If that couple includes 42, then all is okay.