From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26633 invoked by alias); 2 May 2002 15:50:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26621 invoked from network); 2 May 2002 15:50:31 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 2 May 2002 15:50:31 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id SAA28677; Thu, 2 May 2002 18:48:30 +0300 (IDT) Date: Thu, 02 May 2002 08:50:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Michael Elizabeth Chastain cc: fnf@redhat.com, msnyder@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix problem with watchpoint test in gdb.base/commands.exp In-Reply-To: <200205021534.g42FYPq19248@duracef.shout.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-05/txt/msg00040.txt.bz2 On Thu, 2 May 2002, Michael Elizabeth Chastain wrote: > gdb.texinfo says: > > @value{GDBN} automatically deletes watchpoints that watch local > (automatic) variables, or expressions that involve such variables, when > they go out of scope, that is, when the execution leaves the block in > which these variables were defined. Btw, I think this is a misfeature: GDB should disable the watchpoints, but not delete them.