This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: gdb under EMACS - only works on drive C:



Richard Stanton wrote:
> 
> I've been using gcc + gdb under EMACS for a long time with no trouble, but
> have just noticed a problem. I can't debug a program that's on a drive other
> than drive C: (I've never tried this before). Here's what happens when I try
> running d:\scratch\amput.exe:
[snip]
> This GDB was configured as "i586-cygwin32"...
> (gdb) break main
> Breakpoint 1 at 0x401077: file amput.c, line 31.
> (gdb) run
> Starting program: //D/scratch/amput.exe
		    ^^^^ cygwin path
[snip]
> So far so good, except that in the source window, a NEW file amput.c is
> created and displayed. Emacs seems to think it's called
> d:/D/scratch/amput.c.
> 
> Any idea what's going wrong?
You are using NT emacs, right? NT emacs is not a cygwin program (it
could
possibly be compiled with cygwin tools. Anybody tried this?) and
therefore
doesn't recognize cygwin style paths with a specified drive or paths
containing "mounted" directories. As you see emacs strips the first
leading '/' and thinks the rest is a valid windows path, which it is
not!

Regards,
Anders

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com