From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4750 invoked by alias); 13 Aug 2006 18:02:49 -0000 Received: (qmail 4741 invoked by uid 22791); 13 Aug 2006 18:02:48 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 13 Aug 2006 19:02:43 +0100 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GCKIK-0000uw-G4 for gdb@sourceware.org; Sun, 13 Aug 2006 14:02:40 -0400 Date: Sun, 13 Aug 2006 18:02:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: How to set a breakpoint in file, which name has spaces? Message-ID: <20060813180239.GA3481@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org References: <44D98D66.9060202@sun.com> <44DAD087.30004@sun.com> <20060810125827.GA18306@nevyn.them.org> <44DB6093.4030905@sun.com> <20060810175119.GA26275@nevyn.them.org> <44DC151F.3030009@sun.com> <20060811134842.GA19749@nevyn.them.org> <20060811201331.GA533@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060811201331.GA533@adacore.com> User-Agent: Mutt/1.5.11+cvs20060403 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-08/txt/msg00113.txt.bz2 On Fri, Aug 11, 2006 at 01:13:31PM -0700, Joel Brobecker wrote: > I will try to remember. IMO, it wouldn't be a bad idea to design > and implement the new syntax now. We can then decide to do the major > version number bump. Yes, that's reasonable - although I personally have other priorities, so maybe for some future version bump :-) I wrote up a piece about this long ago. I think we're going to need a much more precise way of specifying locations: combinations of symbols in different source languages, shared objects, source files, pathnames, templates, and different inlining locations make this quite a thorny problem. -- Daniel Jacobowitz CodeSourcery