From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25422 invoked by alias); 24 Oct 2007 14:35:21 -0000 Received: (qmail 25411 invoked by uid 22791); 24 Oct 2007 14:35:20 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 14:35:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CD6839833F; Wed, 24 Oct 2007 14:35:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id AB551981F2; Wed, 24 Oct 2007 14:35:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IkhKD-0007jC-PH; Wed, 24 Oct 2007 10:35:13 -0400 Date: Wed, 24 Oct 2007 14:35:00 -0000 From: 'Daniel Jacobowitz' To: Dave Korn Cc: 'Anitha Boyapati' , gdb@sourceware.org Subject: Re: conditional breakpoints for strings Message-ID: <20071024143513.GA29689@caradoc.them.org> Mail-Followup-To: Dave Korn , 'Anitha Boyapati' , gdb@sourceware.org References: <20071024115310.GA19251@caradoc.them.org> <20071024123559.GA21751@caradoc.them.org> <026f01c81649$e2cdc920$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <026f01c81649$e2cdc920$2e08a8c0@CAM.ARTIMI.COM> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00201.txt.bz2 On Wed, Oct 24, 2007 at 03:26:37PM +0100, Dave Korn wrote: > We probably want to get the compiler to do it for us then. LTO might well > make this almost trivial, when it's ready. Nothing like trivial, no; I've looked into this before. Plus it requires more information than is generally available in non-LTO cases. -- Daniel Jacobowitz CodeSourcery