This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Shell escape in the DJGPP port of GDB


> One thought though.  With the current solution, the directory will
> remain changed in non-DJGPP systems.  We could add a ifdef'ed command
> to change drive on DOS/Windows (non-DJGPP) systems.

The problem is, there's no ``portable'' way of doing this.  The
function that changes the drive is called differently in different
compilers.  That is why I left that case unhandled: I simply don't
know how to handle it so that everybody will be happy.

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