From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18856 invoked by alias); 22 Mar 2002 18:45:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18823 invoked from network); 22 Mar 2002 18:45:18 -0000 Received: from unknown (HELO rwcrmhc53.attbi.com) (204.127.198.39) by sources.redhat.com with SMTP; 22 Mar 2002 18:45:18 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020322184517.SCHJ2951.rwcrmhc53.attbi.com@ocean.lucon.org>; Fri, 22 Mar 2002 18:45:17 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id F0096125C7; Fri, 22 Mar 2002 10:45:16 -0800 (PST) Date: Fri, 22 Mar 2002 10:45:00 -0000 From: "H . J . Lu" To: Andrew Cagney Cc: GDB Subject: Re: gdb 5.2 removes the conditional breakpoints Message-ID: <20020322104516.A13317@lucon.org> References: <20020322095020.A12445@lucon.org> <3C9B76F5.6050809@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C9B76F5.6050809@cygnus.com>; from ac131313@cygnus.com on Fri, Mar 22, 2002 at 01:24:53PM -0500 X-SW-Source: 2002-03/txt/msg00201.txt.bz2 On Fri, Mar 22, 2002 at 01:24:53PM -0500, Andrew Cagney wrote: > > When I do > > > > (gdb) b 100 > > (gdb) cond 1 i == 3 > > (gdb) r > > (gdb) r > > > > gdb 5.2 will remove the conditional breakpoints on Linux/x86 after I > > restart the debug session. Am I the only one who sees it? > > It would be very helpful if you could illustrate this problem by > submitting a real testcase. That way people can run it and check > before/after effects on various platforms and GDB releases. > It usually happened when I need it the most, like debugging glibc, gcc and gdb :-). But it is hard to reproduce it when I want to. I will keep an eye on it. H.J.