From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6566 invoked by alias); 4 May 2005 23:42:42 -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 6522 invoked from network); 4 May 2005 23:42:39 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 4 May 2005 23:42:39 -0000 Received: by cgf.cx (Postfix, from userid 201) id 27ED413C7E2; Wed, 4 May 2005 19:42:39 -0400 (EDT) Date: Wed, 04 May 2005 23:42:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com, Eli Zaretskii Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Message-ID: <20050504234239.GN30075@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sources.redhat.com, Eli Zaretskii References: <01c55017$Blat.v2.4$3cb51f20@zahav.net.il> <20050503194856.GA4477@nevyn.them.org> <01c55021$Blat.v2.4$520aa7a0@zahav.net.il> <20050504133437.GA10578@nevyn.them.org> <20050504183127.GA19094@nevyn.them.org> <01c550eb$Blat.v2.4$24b1dce0@zahav.net.il> <20050504210717.GA2419@nevyn.them.org> <01c550f2$Blat.v2.4$07cfe520@zahav.net.il> <20050504220147.GA4822@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050504220147.GA4822@nevyn.them.org> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00152.txt.bz2 On Wed, May 04, 2005 at 06:01:47PM -0400, Daniel Jacobowitz wrote: >> Does GetFullPathName on Windows fails in similar ways for non-existent >> files? > >No, it doesn't look like it does. It doesn't AFAICT. cgf