From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5375 invoked by alias); 23 Aug 2012 21:45:32 -0000 Received: (qmail 5363 invoked by uid 22791); 23 Aug 2012 21:45:30 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from forward5.mail.yandex.net (HELO forward5.mail.yandex.net) (77.88.46.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Aug 2012 21:45:16 +0000 Received: from web2d.yandex.ru (web2d.yandex.ru [77.88.46.3]) by forward5.mail.yandex.net (Yandex) with ESMTP id 49A90120208D for ; Fri, 24 Aug 2012 01:45:15 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web2d.yandex.ru (Yandex) with ESMTP id F302A968353; Fri, 24 Aug 2012 01:45:14 +0400 (MSK) Received: from [109.248.67.87] ([109.248.67.87]) by web2d.yandex.ru with HTTP; Fri, 24 Aug 2012 01:45:11 +0400 From: Evgeny Tarasov To: cygwin@cygwin.com Subject: GDB behaves differently on the final cygwin1.dll 1.7.16 and on a previous one. MIME-Version: 1.0 Message-Id: <132641345758311@web2d.yandex.ru> Date: Fri, 24 Aug 2012 11:45:00 -0000 Content-Transfer-Encoding: 7bit Content-Type: text/plain Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00555.txt.bz2 Well, I've got two different cygwin1.dll's of 1.7.16 version. The first one was obtained from cvs and built by myself (is it attached to 5th june, 2012; as uname -a says) The other one is of final 20 july, 2012 ver. So my question is the following: Why the same GDB does not want to put breakpoints to the same (and any) source when I work with the latest of the two. I always have completely updated cygwin installation, but in order to debug, i have to replace the latest cygwin1.dll with the previous. NOTE. However, if my executables and sources reside on the other partition (different from the partition of CYGWIN itself), gdb (with the latest cygwin1.dll) works well. I.e., gdb establishes a breakpoint by command: break /cygdrive/d/cygwin/home/user/project/file.cpp: And (there will not be any exaggeration to say) it refuses to do that by command break /cygdrive/c/cygwin/home/user/project/file.cpp: ;-) the version of the 5th june works well in the both cases. Which kind of info should I provide if so? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple