[SHrinker] gdb still doing funny things

Robert Baruch autophile at starband.net
Wed Dec 19 16:53:09 CST 2001


On Wed, 19 Dec 2001 20:56:51 +0100
eric pouech <eric.pouech at wanadoo.fr> wrote:


> did you try to add in scheduler/process.c for ReadProcessMemory
> something
> like:
> if (handle == (HANDLE)0xFFFFFFFF)
> {
> 	memcpy(buffer, addr, size);
> 	if (bytes_read) *bytes_read = size;
> 	return TRUE;
> }

Perfect! That worked!

Would this be a useful optimization to keep in Wine?

--Rob





More information about the wine-devel mailing list