This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [RFC] fullname attribute for GDB/MI stack frames


> Date: Mon, 2 May 2005 15:36:38 -0400
> From: Bob Rossi <bob@brasko.net>
> Cc: gdb-patches@sources.redhat.com
> 
> I've just never seen that before. I always thought that \abc actually
> referred to A:\abc or whatever the current drive is.

It does refer to the current drive.  But it's still okay to treat that
as an absolute file name.

> However, I didn't know if the compiler would end up seeing \abc, or
> if it would know that it is actually A:\abc.

It doesn't matter, both will work.

> Also, I realized that a network drive would have to be accounted for
> (\\gateway\abc), however, if \ is a proper absolute file name on
> DOS/Windows, then your regex accounts for network drives also.

Right.


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