X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4E85D938.30509@oracle.com> Date: Fri, 30 Sep 2011 18:59:04 +0400 From: Egor Ushakov User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:6.0) Gecko/20110814 Thunderbird/6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: gdb 7.3.50-2 fails to set a line breakpoint Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I try to set line breakpoint in gdb 7.3.50 and it fails with "No source file named c." It looks like it parses line breakpoint command arguments incorrectly: break file:line on Windows file name may contain colon (like C:\abc) and the command: break C:\abc:5 gives error: No source file named c. It worked correctly in gdb 6.8. you can read the full story here: https://netbeans.org/bugzilla/show_bug.cgi?id=201670 Egor -- 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