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: Tue, 3 May 2005 18:24:01 -0400
> From: Daniel Jacobowitz <drow@false.org>
> 
> libiberty/lbasename.h:

??? Where did you see this file?  It isn't in libiberty/ that comes
with GDB.

>   /* 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...

It doesn't (and it shouldn't).


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