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


On 09/06/2013 01:57 PM, Eli Zaretskii wrote:
Which "ancient" Windows versions are those?  Can't we decide at run
time whether to trust read-only sections, by looking at the Windows
version?

I meant Windows 3.0 and 9x, which don't have a full memory protection,
AFAIK.

http://en.wikipedia.org/wiki/Memory_protection tells me that "Windows family from Windows NT 3.1" have memory protection.

Yes, we can extend osdata mechanism to get os version, and decide whether to trust read-only sections.

--
Yao (éå)


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