From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19882 invoked by alias); 22 Mar 2002 17:50:23 -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 19874 invoked from network); 22 Mar 2002 17:50:21 -0000 Received: from unknown (HELO rwcrmhc54.attbi.com) (216.148.227.87) by sources.redhat.com with SMTP; 22 Mar 2002 17:50:21 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020322175021.YEE1214.rwcrmhc54.attbi.com@ocean.lucon.org> for ; Fri, 22 Mar 2002 17:50:21 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id B03C8125C7; Fri, 22 Mar 2002 09:50:20 -0800 (PST) Date: Fri, 22 Mar 2002 09:50:00 -0000 From: "H . J . Lu" To: GDB Subject: gdb 5.2 removes the conditional breakpoints Message-ID: <20020322095020.A12445@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-03/txt/msg00196.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? H.J.