X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4E85DD5E.5090408@gmail.com> Date: Fri, 30 Sep 2011 17:16:46 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gdb 7.3.50-2 fails to set a line breakpoint References: <4E85D938 DOT 30509 AT oracle DOT com> In-Reply-To: <4E85D938.30509@oracle.com> 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 On 9/30/2011 4:59 PM, Egor Ushakov wrote: > 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. use POSIX /cygdrive/c/abc:5 > > 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