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


On Tue, May 03, 2005 at 06:24:01PM -0400, Daniel Jacobowitz wrote:
>On Tue, May 03, 2005 at 05:39:11PM -0400, Christopher Faylor wrote:
>> Anyway, it seems like the mingw port should be using GetFullPathName()
>> in gdb_realpath().
>
>libiberty/lbasename.h:
>
>  /* cygwin has realpath, so it won't get here.  */ 
># if defined (_WIN32)
>#  define WIN32_LEAN_AND_MEAN
>#  include <windows.h> /* for GetFullPathName */
># endif
>
>So we call Cygwin's realpath or Window's GetFullPathName if we fall
>through to the lrealpath call.
>
>I don't know any of this affects DJGPP...

Ah.  Sorry.  I didn't dig far enough.

So, I guess I don't understand Eli's comments, then.

cgf


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