From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5258 invoked by alias); 12 Jun 2011 16:54:28 -0000 Received: (qmail 5250 invoked by uid 22791); 12 Jun 2011 16:54:28 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 12 Jun 2011 16:54:09 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5CGs6p4013189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 12 Jun 2011 12:54:06 -0400 Received: from host1.jankratochvil.net (ovpn-113-23.phx2.redhat.com [10.3.113.23]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5CGs4ed021036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Jun 2011 12:54:06 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p5CGs3t1025914; Sun, 12 Jun 2011 18:54:03 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p5CGs26Y025908; Sun, 12 Jun 2011 18:54:02 +0200 Date: Sun, 12 Jun 2011 16:54:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: asmwarrior@gmail.com, keiths@redhat.com, gdb@sourceware.org, mingw-users@lists.sourceforge.net Subject: Re: setting a breakpoint on a dll, relative path or absolute path issue Message-ID: <20110612165402.GA25434@host1.jankratochvil.net> References: <4DF31EB0.6080006@gmail.com> <4DF3A114.8040709@redhat.com> <4DF43971.8090404@gmail.com> <4DF46F19.1020009@gmail.com> <20110612075630.GA9347@host1.jankratochvil.net> <83sjrf9eqq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83sjrf9eqq.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-06/txt/msg00087.txt.bz2 On Sun, 12 Jun 2011 18:49:33 +0200, Eli Zaretskii wrote: > > This does not work, the paths are not the same: > > Why do you say that? It looked to me as a general suggestion to GDB behavior change. > > $ mkdir dir dir/subdir; echo file >dir/file; ln -s dir/subdir symlink; cat symlink/../file file > > file > > cat: file: No such file or directory > > MinGW doesn't support symlinks, so how is this relevant? What am I > missing? It could be made only a MinGW specific code but I made a note it is not applicable in general (in fact someone made such note to me before). Regards, Jan