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: [PATCH 0/3] Trust readonly sections if target has memory protection


> > IMO, XP is probably the most ancient version that would be reasonable
> > to support. Are people still developping on more ancient versions?
> 
> If we support XP, extending support to Windows 2000 or even NT 4.0
> comes almost at no cost.  IMO, there's no need to drop support for
> platforms whose support doesn't impose any tangible maintenance
> headaches.
> 
> Windows 9X can be easily recognized at run time, and the feature that
> is the subject of this thread can be turned off then.

Perhaps a compromise: For the new feature to fail, it'd need an
extremely ancient version of Windows, coupled with a bad program
that writes outside of its memory area. How about we forgo the
Windows 9x detection, and just enable the feature on Windows
unconditionally? This removes the burden from Yao, who shouldn't
be asked to do this work unless he wants to. Then, if someone
believes it's necessary to turn the feature off by default on
old versions of Windows, it should be easy for them to do so.

-- 
Joel


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