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

Reply via email to