managing breakpoints in gdb

Domen Vrankar domen.vrankar@gmail.com
Wed Mar 7 11:46:00 GMT 2007


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/



More information about the Cygwin mailing list