This is the mail archive of the gdb-patches@sourceware.org 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: [RFA/commit] gdbserver: return ENOSYS if readlink not supported.


> > Given that this problem has been lingering for 3 weeks, I've decided
> > to just KISS.  This reproduces on the GDBserver side what GDB does
> > when readlink is not supported. Does this look good to you?
> 
> Yes, it does.  Thanks!

Awesome, thanks! Patch now checked in.

For Eli, I am not discarding his feedback, but in the interest of getting
the build failure out of the way, decided to go for simple. If we'd like
to improve the situation, I think the best approach is to use gnulib's
readlink. But given that this appears to be used on Linux systems only,
this work would be purely accademic at this point. So I think the effort
can be defered for now.

-- 
Joel


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