From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22102 invoked by alias); 12 May 2006 13:53:28 -0000 Received: (qmail 22083 invoked by uid 22791); 12 May 2006 13:53:27 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 May 2006 13:53:25 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-44-89.inter.net.il [80.230.44.89]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DIP32515 (AUTH halo1); Fri, 12 May 2006 16:49:43 +0300 (IDT) Date: Fri, 12 May 2006 16:09:00 -0000 Message-Id: From: Eli Zaretskii To: Fabio De Bona , gdb@sources.redhat.com In-reply-to: <20060512124527.GB3460@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 12 May 2006 08:45:27 -0400) Subject: Re: conditional breakpoint with (char* ) string condition Reply-to: Eli Zaretskii References: <44645774.8060503@gmx.net> <44645774.8060503@gmx.net> <20060512124527.GB3460@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: 2006-05/txt/msg00165.txt.bz2 > Date: Fri, 12 May 2006 08:45:27 -0400 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com > > I wonder. Should we add some common builtin functions to GDB? > > b gui/R.cpp:190 if $gdb_strcmp (cmd, "train") It would be nice, I think. `streq' might be a better name, though.