From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 662 invoked by alias); 10 Dec 2005 08:31:07 -0000 Received: (qmail 651 invoked by uid 22791); 10 Dec 2005 08:31:04 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 10 Dec 2005 08:31:03 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HFK13792; Sat, 10 Dec 2005 10:30:59 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-80-230-42-206.inter.net.il [80.230.42.206]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CEN44416 (AUTH halo1); Sat, 10 Dec 2005 10:30:58 +0200 (IST) Date: Sat, 10 Dec 2005 08:31:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sourceware.org In-reply-to: <20051209195811.GA19885@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 9 Dec 2005 14:58:11 -0500) Subject: Re: Watchpoint segfaults Reply-to: Eli Zaretskii References: <20051209195811.GA19885@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: 2005-12/txt/msg00113.txt.bz2 > Date: Fri, 9 Dec 2005 14:58:11 -0500 > From: Daniel Jacobowitz > > I think we want to temporarily disable breakpoints whose expression can't be > parsed I agree. But perhaps instead of just disabling it we should display some warning the first time we find that we are unable to parse its expression. > and print it as a string rather than using the expression printer. Print it where? in the table displayed by "info breakpoints" or equivalent commands? Or do you have some other situation in mind?