This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb 7.3.50-2 fails to set a line breakpoint


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]