From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12310 invoked by alias); 2 May 2005 20:42:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12246 invoked from network); 2 May 2005 20:42:32 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 2 May 2005 20:42:32 -0000 Received: from zaretski (IGLD-80-230-71-109.inter.net.il [80.230.71.109]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BCW44692 (AUTH halo1); Mon, 2 May 2005 23:42:30 +0300 (IDT) Date: Mon, 02 May 2005 20:42:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c54f57$Blat.v2.4$4c163500@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050502195515.GA10429@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 2 May 2005 15:55:15 -0400) Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Reply-to: Eli Zaretskii References: <20050430191755.GF7009@nevyn.them.org> <20050501021945.GA19962@white> <01c54e7a$Blat.v2.4$e31afae0@zahav.net.il> <20050502005415.GA21588@white> <01c54f4d$Blat.v2.4$3ce76180@zahav.net.il> <20050502193638.GD22967@white> <01c54f50$Blat.v2.4$29b171c0@zahav.net.il> <20050502195515.GA10429@nevyn.them.org> X-SW-Source: 2005-05/txt/msg00070.txt.bz2 > Date: Mon, 2 May 2005 15:55:15 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sources.redhat.com > > The usual definition of absolute is that it doesn't rely on current > state to resolve it. DOS/Windows file names can be gray, not only white or black. Examples include \abc and d:foo. While not entirely free of ``current'' something, they are much closer to absolute file names than to relative file names, in the sense that you don't prepend cwd to them to get an absolute file name (which is what 99.99% of programs _really_ want to know when they are testing a file name for being absolute).