From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6934 invoked by alias); 22 Mar 2002 18:24:57 -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 6909 invoked from network); 22 Mar 2002 18:24:55 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 22 Mar 2002 18:24:55 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F094E3F2D; Fri, 22 Mar 2002 13:24:53 -0500 (EST) Message-ID: <3C9B76F5.6050809@cygnus.com> Date: Fri, 22 Mar 2002 10:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: "H . J . Lu" Cc: GDB Subject: Re: gdb 5.2 removes the conditional breakpoints References: <20020322095020.A12445@lucon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00198.txt.bz2 > 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. Andrew