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]

Re: managing breakpoints in gdb


Domen Vrankar wrote:
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)?

What's not "whole" about /home/moon/uart/hello.c? Perhaps filing a problem report as described by <http://cygwin.com/problems.html> would have made this question moot.

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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]