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]

managing breakpoints in gdb


I can't set breakpoints in gdb under cygwin with whole path to the source file:
break "C:/cygwin/home/moon/uart/hello.c:69"
break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69"

The only thing similar to those two that works is:
break "/home/moon/uart/hello.c:69"

Can this somehow be set to be able to use the whole path? Is this a
cygwin bug or was cygwin intended to work like that (the version of
gdb is built on linux form the same sources and there the entire path
works OK)?

regards,
Domen

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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